From 1981e9bc81e92f479c725e6ac60ff3bd419cefd0 Mon Sep 17 00:00:00 2001 From: Chris Xiong Date: Mon, 26 Oct 2015 22:57:45 +0800 Subject: Git and markdown sucks... --- src/main.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/main.cpp') 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"); -- cgit v1.2.3