mirror of
https://github.com/jmarshall23/CnC_Remastered_Collection.git
synced 2026-08-20 01:49:41 +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:
@@ -1017,6 +1017,8 @@ int Main_Menu(unsigned long )
|
||||
default:
|
||||
break;
|
||||
}
|
||||
|
||||
Device_Present();
|
||||
}
|
||||
|
||||
Options.Set_Score_Volume(oldvolume, false);
|
||||
|
||||
Reference in New Issue
Block a user