mirror of
https://github.com/SpartanJ/eepp.git
synced 2026-05-30 10:06:35 +03:00
Refactored Colors.
Removed PBuffer support. Abstracted WMInfo.
This commit is contained in:
@@ -77,11 +77,11 @@ void MainLoop()
|
||||
Blindy->Draw();
|
||||
|
||||
// Draw the Rock Axis-Aligned Bounding Box
|
||||
P.SetColor( eeColorA( 255, 255, 255, 255 ) );
|
||||
P.SetColor( ColorA( 255, 255, 255, 255 ) );
|
||||
P.DrawRectangle( Rock->GetAABB() );
|
||||
|
||||
// Draw the Rock Quad
|
||||
P.SetColor( eeColorA( 255, 0, 0, 255 ) );
|
||||
P.SetColor( ColorA( 255, 0, 0, 255 ) );
|
||||
P.DrawQuad( Rock->GetQuad() );
|
||||
|
||||
// Draw frame
|
||||
|
||||
Reference in New Issue
Block a user