summaryrefslogtreecommitdiffstats
path: root/tools/render-test/main.cpp
diff options
context:
space:
mode:
authorYong He <yonghe@outlook.com>2017-10-23 21:57:59 -0400
committerYong He <yonghe@outlook.com>2017-10-23 21:57:59 -0400
commitfd22e8a89dc4072294859ae3f988355e4c15d829 (patch)
tree6ec189d9ec615578b173e20270e35f1601cba8a5 /tools/render-test/main.cpp
parent61624e3a88c21e05d96f1a42802141e3e7d4428d (diff)
test
Diffstat (limited to 'tools/render-test/main.cpp')
-rw-r--r--tools/render-test/main.cpp2
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);