mirror of
https://github.com/jmarshall23/CnC_Remastered_Collection.git
synced 2026-08-18 09:04:12 +02:00
Performance Optimization: Ddraw will only do the palette resolve on present.
This commit is contained in:
@@ -241,6 +241,7 @@ private:
|
||||
*/
|
||||
class FAR IDirectDrawSurfaceWrapper : public IDirectDrawSurface
|
||||
{
|
||||
friend void Device_Present(void);
|
||||
// Implemented interfaces
|
||||
public:
|
||||
IDirectDrawSurfaceWrapper() { attachedPalette = NULL; }
|
||||
|
||||
Reference in New Issue
Block a user