Skip to content

Commit

Permalink
fix resources box drawing gltich
Browse files Browse the repository at this point in the history
  • Loading branch information
FunkyFr3sh committed Dec 17, 2019
1 parent f8e8f7b commit 785748d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/ddraw.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,7 @@ HWND WINAPI fake_CreateWindowExA(
dwExStyle,
lpClassName,
lpWindowName,
dwStyle | WS_CLIPCHILDREN,
dwStyle,
X,
Y,
nWidth,
Expand Down

0 comments on commit 785748d

Please sign in to comment.