Fix #8763: [OpenGL] Cursor sprite origin can be negative.

This commit is contained in:
Michael Lutz
2021-02-28 10:58:56 +01:00
parent 4fd2eecb8b
commit d79398a1d5
2 changed files with 2 additions and 2 deletions

View File

@@ -70,7 +70,7 @@ private:
const char *Init();
bool InitShaders();
void RenderOglSprite(OpenGLSprite *gl_sprite, PaletteID pal, uint x, uint y, ZoomLevel zoom);
void RenderOglSprite(OpenGLSprite *gl_sprite, PaletteID pal, int x, int y, ZoomLevel zoom);
public:
/** Get singleton instance of this class. */