aboutsummaryrefslogtreecommitdiff
path: root/src/main.cpp
diff options
context:
space:
mode:
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");