MCPcopy Create free account
hub / github.com/WolfireGames/overgrowth / AddColorToHistory

Method AddColorToHistory

Source/Editors/map_editor.cpp:3594–3597  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

3592}
3593
3594void MapEditor::AddColorToHistory(vec4 color) {
3595 color_history_candidate_ = color;
3596 color_history_countdown_ = kNumUpdatesBeforeColorSave;
3597}
3598
3599void MapEditor::PreviewTerrainHeightmap(const char* path) {
3600 PreviewTerrain(path, NULL, NULL);

Callers 1

DrawColorPickerFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected