diff options
| author | Yong He <yonghe@outlook.com> | 2017-10-23 22:20:56 -0400 |
|---|---|---|
| committer | Yong He <yonghe@outlook.com> | 2017-10-23 22:20:56 -0400 |
| commit | 2f549e906b4e04fe57f776b5a187690cb9362e3c (patch) | |
| tree | 5003e251dbc13c1ff43fd10459d56bee01f2fc82 /tools/render-test/main.cpp | |
| parent | fd22e8a89dc4072294859ae3f988355e4c15d829 (diff) | |
try fix 2
Diffstat (limited to 'tools/render-test/main.cpp')
| -rw-r--r-- | tools/render-test/main.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/render-test/main.cpp b/tools/render-test/main.cpp index 69f97b779..d3247e55f 100644 --- a/tools/render-test/main.cpp +++ b/tools/render-test/main.cpp @@ -384,7 +384,7 @@ int main( { if (message.message == WM_QUIT) { - return (int)12345;// message.wParam; + return (int)message.wParam; } TranslateMessage(&message); |
