diff options
author | chai <chaifix@163.com> | 2018-07-28 13:48:26 +0800 |
---|---|---|
committer | chai <chaifix@163.com> | 2018-07-28 13:48:26 +0800 |
commit | 3fa76830d3bde5cb3c76da0cc58dd613965b98e5 (patch) | |
tree | 6940d7db722a9f010682e3f69ba10ddb19ac4f5d /test/01HelloWorld/main.cpp | |
parent | 97c96e1d127a7a0c21d6bcf8af97b90649971d1f (diff) |
*update
Diffstat (limited to 'test/01HelloWorld/main.cpp')
-rw-r--r-- | test/01HelloWorld/main.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/test/01HelloWorld/main.cpp b/test/01HelloWorld/main.cpp index 09a12d3..77d5096 100644 --- a/test/01HelloWorld/main.cpp +++ b/test/01HelloWorld/main.cpp @@ -36,6 +36,7 @@ int main(int argc, char* argv[]) wndSetting.width = 600; wndSetting.height = 512; wndSetting.title = "test"; + wndSetting.fps = 60; wndSetting.vsync = false; wnd->init(&wndSetting); |