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

Method ClearSystemSprites

src/video/win32_v.cpp:1535–1538  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1533}
1534
1535void VideoDriver_Win32OpenGL::ClearSystemSprites()
1536{
1537 OpenGLBackend::Get()->ClearCursorCache();
1538}
1539
1540bool VideoDriver_Win32OpenGL::AllocateBackingStore(int w, int h, bool force)
1541{

Callers 4

AdjustGUIZoomFunction · 0.45
RealChangeBlitterFunction · 0.45
GfxLoadSpritesFunction · 0.45
GfxClearSpriteCacheFunction · 0.45

Calls 1

ClearCursorCacheMethod · 0.80

Tested by

no test coverage detected