Fixes for Mac OS X (still no textures)

This commit is contained in:
2006-06-19 02:35:13 -04:00
parent d70d3ac4b6
commit e718408b0e
8 changed files with 70 additions and 41 deletions

View File

@@ -145,6 +145,8 @@ int main(int argc, char** argv)
return 1;
}
level.SetWindow(g_Screen);
while(!done)
{
while(XPending(g_Screen.GetDisplay()) > 0)