mirror of
https://github.com/jmarshall23/CnC_Remastered_Collection.git
synced 2026-08-21 10:29:45 +02:00
Ddraw::Unlock no longer calls present, Device_Present needs to be manually called. This helps performance and visuals.
This commit is contained in:
@@ -416,6 +416,8 @@ void Main_Game(int argc, char * argv[])
|
||||
break;
|
||||
}
|
||||
}
|
||||
|
||||
Device_Present();
|
||||
}
|
||||
#endif
|
||||
|
||||
@@ -502,6 +504,8 @@ void Main_Game(int argc, char * argv[])
|
||||
}
|
||||
#endif //WIN32
|
||||
#endif // !WOLAPI_INTEGRATION
|
||||
|
||||
Device_Present();
|
||||
}
|
||||
|
||||
/*
|
||||
|
||||
Reference in New Issue
Block a user