From 3fa76830d3bde5cb3c76da0cc58dd613965b98e5 Mon Sep 17 00:00:00 2001 From: chai Date: Sat, 28 Jul 2018 13:48:26 +0800 Subject: *update --- test/01HelloWorld/main.cpp | 1 + 1 file changed, 1 insertion(+) (limited to 'test') 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); -- cgit v1.1-26-g67d0