Patch Update - WM_DROPFILES Bug fix

FIX : Le Bug du message WM_DROPFILES lors d'un message WM_SIZE
This commit is contained in:
2024-04-05 17:01:10 +02:00
parent df9d7c97c0
commit aba9b9b6f3
3 changed files with 28 additions and 13 deletions

View File

@@ -156,6 +156,7 @@ private :
FpsClass* m_Fps;
TextClass* m_FpsString;
int m_previousFps;
};
#endif