diff options
author | Chris Xiong <chirs241097@gmail.com> | 2020-05-01 01:29:23 +0800 |
---|---|---|
committer | Chris Xiong <chirs241097@gmail.com> | 2020-05-01 01:29:23 +0800 |
commit | b83fb431fdff9329dc3cf9457f1934b6156eedfa (patch) | |
tree | b78a8ec2aacaaf8b1e87c9bc19e056cfe5937eee /include/smelt.hpp | |
parent | 87a25aa8fd3cb5a67747bff63711338e0f88b7c3 (diff) | |
download | SMELT-master.tar.xz |
Diffstat (limited to 'include/smelt.hpp')
-rw-r--r-- | include/smelt.hpp | 2 |
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. |