MCPcopy Create free account
hub / github.com/OpenTTD/OpenTTD / ClearSystemSprites

Method ClearSystemSprites

src/video/sdl2_opengl_v.cpp:130–133  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

128}
129
130void VideoDriver_SDL_OpenGL::ClearSystemSprites()
131{
132 OpenGLBackend::Get()->ClearCursorCache();
133}
134
135bool VideoDriver_SDL_OpenGL::AllocateBackingStore(int w, int h, bool force)
136{

Callers

nothing calls this directly

Calls 1

ClearCursorCacheMethod · 0.80

Tested by

no test coverage detected