aboutsummaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorGravatar Chris Xiong <chirs241097@gmail.com> 2020-05-01 01:29:23 +0800
committerGravatar Chris Xiong <chirs241097@gmail.com> 2020-05-01 01:29:23 +0800
commitb83fb431fdff9329dc3cf9457f1934b6156eedfa (patch)
treeb78a8ec2aacaaf8b1e87c9bc19e056cfe5937eee /include
parent87a25aa8fd3cb5a67747bff63711338e0f88b7c3 (diff)
downloadSMELT-master.tar.xz
Make the new argument for smVidMode actually work.HEADmaster
Diffstat (limited to 'include')
-rw-r--r--include/smelt.hpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/smelt.hpp b/include/smelt.hpp
index e078420..f0f8ddc 100644
--- a/include/smelt.hpp
+++ b/include/smelt.hpp
@@ -242,7 +242,7 @@ public:
* Take care with fullscreen video modes. Inappropriate fullscreen
* resolutions will cause the failure of smInit().
*/
- virtual void smVidMode(int resX,int resY,bool _windowed,bool showWindow=true)=0;
+ virtual void smVidMode(int resX,int resY,bool _windowed,bool _showWindow=true)=0;
/*
* Sets the log file path.
* The default value is empty.