mirror of
https://github.com/SpartanJ/eepp.git
synced 2026-06-02 11:36:30 +03:00
Refactored Colors.
Removed PBuffer support. Abstracted WMInfo.
This commit is contained in:
@@ -633,7 +633,7 @@ EE_MAIN_FUNC int main (int argc, char * argv [])
|
||||
if ( mWindow->Created() ) {
|
||||
KM = mWindow->GetInput();
|
||||
|
||||
mWindow->BackColor( eeColor( 255, 255, 255 ) );
|
||||
mWindow->BackColor( RGB( 255, 255, 255 ) );
|
||||
|
||||
PhysicsCreate();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user