mirror of
https://github.com/isledecomp/isle.git
synced 2026-01-12 03:01:17 +00:00
84%
This commit is contained in:
parent
ae2faf8366
commit
f2edf8e27a
@ -221,7 +221,7 @@ LRESULT WINAPI WndProc(HWND hWnd, UINT uMsg, WPARAM wParam, LPARAM lParam)
|
||||
}
|
||||
else {
|
||||
BOOL valid = FALSE;
|
||||
if (targetWidth == g_targetWidth && targetHeight == g_targetHeight && g_targetDepth == wParam) {
|
||||
if (g_targetDepth == wParam && targetWidth == g_targetWidth && targetHeight == g_targetHeight) {
|
||||
valid = TRUE;
|
||||
}
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user