From b83fb431fdff9329dc3cf9457f1934b6156eedfa Mon Sep 17 00:00:00 2001 From: Chris Xiong Date: Fri, 1 May 2020 01:29:23 +0800 Subject: Make the new argument for smVidMode actually work. --- include/smelt.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'include/smelt.hpp') 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. -- cgit v1.2.3