Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/OpenFodder/openfodder
/ PaletteSetOverview
Method
PaletteSetOverview
Source/PC/Graphics_PC.cpp:255–258 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
253
}
254
255
void cGraphics_PC::PaletteSetOverview() {
256
257
mFodder->mSurfaceMapOverview->paletteSet( mPalette, 0, g_MaxColors, true );
258
}
259
260
void cGraphics_PC::PaletteSet(cSurface *pTarget) {
261
if (!pTarget)
Callers
1
Phase_Map_Overview_Show
Method · 0.45
Calls
1
paletteSet
Method · 0.80
Tested by
no test coverage detected