aboutsummaryrefslogtreecommitdiff
path: root/src/main.cpp
diff options
context:
space:
mode:
authorGravatar Chris Xiong <chirs241097@gmail.com> 2015-10-26 22:57:45 +0800
committerGravatar Chris Xiong <chirs241097@gmail.com> 2015-10-26 22:57:45 +0800
commit1981e9bc81e92f479c725e6ac60ff3bd419cefd0 (patch)
tree49074e0f7d4f75f659469ea9bf01cdcfa85a6f69 /src/main.cpp
parent3bd383baf6a17e734329e1fc677c7e86283db772 (diff)
downloadbullet-lab-remix-1981e9bc81e92f479c725e6ac60ff3bd419cefd0.tar.xz
Git and markdown sucks...
Diffstat (limited to 'src/main.cpp')
-rw-r--r--src/main.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/main.cpp b/src/main.cpp
index 3a5690d..e890911 100644
--- a/src/main.cpp
+++ b/src/main.cpp
@@ -33,7 +33,7 @@ int main(int argc,char **argv)
sm=smGetInterface(SMELT_APILEVEL);
sceneMgr=new sceneManager;
resourcesLoad();
- sm->smVidMode(960,720,true);
+ sm->smVidMode(1280,720,true);
sm->smUpdateFunc(update);
sm->smFocFunc(foc);sm->smUnFocFunc(unfoc);
sm->smWinTitle("Bullet Lab Remix 3");