mirror of
https://github.com/isledecomp/isle.git
synced 2026-01-15 12:41:15 +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 {
|
else {
|
||||||
BOOL valid = FALSE;
|
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;
|
valid = TRUE;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user