SDL: Removed invalid override from getGraphicsScalerProc()

This commit is contained in:
Cameron Cawley 2019-08-11 12:42:56 +01:00 committed by GitHub
parent 9b6461122e
commit 30234728d6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -189,7 +189,7 @@ protected:
virtual void handleResizeImpl(const int width, const int height) override; virtual void handleResizeImpl(const int width, const int height) override;
virtual int getGraphicsModeScale(int mode) const override; virtual int getGraphicsModeScale(int mode) const override;
virtual ScalerProc *getGraphicsScalerProc(int mode) const override; virtual ScalerProc *getGraphicsScalerProc(int mode) const;
#if SDL_VERSION_ATLEAST(2, 0, 0) #if SDL_VERSION_ATLEAST(2, 0, 0)
/* SDL2 features a different API for 2D graphics. We create a wrapper /* SDL2 features a different API for 2D graphics. We create a wrapper