Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
1535
void VideoDriver_Win32OpenGL::ClearSystemSprites()
1536
{
1537
OpenGLBackend::Get()->ClearCursorCache();
1538
}
1539
1540
bool VideoDriver_Win32OpenGL::AllocateBackingStore(int w, int h, bool force)
1541
{
Callers
4
AdjustGUIZoom
Function · 0.45
RealChangeBlitter
Function · 0.45
GfxLoadSprites
Function · 0.45
GfxClearSpriteCache
Function · 0.45
Calls
1
ClearCursorCache
Method · 0.80
Tested by
no test coverage detected