diff options
| author | Yong He <yonghe@outlook.com> | 2017-10-23 21:57:59 -0400 |
|---|---|---|
| committer | Yong He <yonghe@outlook.com> | 2017-10-23 21:57:59 -0400 |
| commit | fd22e8a89dc4072294859ae3f988355e4c15d829 (patch) | |
| tree | 6ec189d9ec615578b173e20270e35f1601cba8a5 /tools/render-test/main.cpp | |
| parent | 61624e3a88c21e05d96f1a42802141e3e7d4428d (diff) | |
test
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 c19238f5d..69f97b779 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)message.wParam; + return (int)12345;// message.wParam; } TranslateMessage(&message); |
