Refactored Colors.

Removed PBuffer support.
Abstracted WMInfo.
This commit is contained in:
Martín Lucas Golini
2014-06-14 05:51:39 -03:00
parent 82008b9aee
commit c865d2c09f
132 changed files with 837 additions and 1122 deletions

View File

@@ -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();