Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/cuberite/cuberite
/ Redraw
Method
Redraw
Tools/BiomeVisualiser/BiomeViewWnd.cpp:80–87 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
78
79
80
void cBiomeViewWnd::Redraw(void)
81
{
82
if (m_Renderer.Render(m_Pixmap))
83
{
84
SetTimer(m_Wnd, TIMER_RERENDER, 200, NULL);
85
}
86
InvalidateRect(m_Wnd, NULL, FALSE);
87
}
88
89
90
Callers
nothing calls this directly
Calls
1
Render
Method · 0.80
Tested by
no test coverage detected