File diff r25013:4c02a1340d93 → r25014:e1f1bf3a062e
src/video/sdl2_opengl_v.cpp
Show inline comments
 
@@ -110,6 +110,11 @@ const char *VideoDriver_SDL_OpenGL::Allo
 
	return OpenGLBackend::Create(&GetOGLProcAddressCallback);
 
}
 

	
 
void VideoDriver_SDL_OpenGL::PopulateSystemSprites()
 
{
 
	OpenGLBackend::Get()->PopulateCursorCache();
 
}
 

	
 
void VideoDriver_SDL_OpenGL::ClearSystemSprites()
 
{
 
	OpenGLBackend::Get()->ClearCursorCache();