diff --git a/source/Irrlicht/CIrrDeviceSDL.h b/source/Irrlicht/CIrrDeviceSDL.h index c79fc9551..30adfdb10 100644 --- a/source/Irrlicht/CIrrDeviceSDL.h +++ b/source/Irrlicht/CIrrDeviceSDL.h @@ -319,7 +319,7 @@ namespace irr core::array KeyMap; SDL_SysWMinfo Info; - size_t CurrentTouchCount; + s32 CurrentTouchCount; }; } // end namespace irr