MCPcopy Create free account
hub / github.com/EasyRPG/Player / CleanDisplay

Method CleanDisplay

src/baseui.cpp:71–73  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

69}
70
71void BaseUi::CleanDisplay() {
72 main_surface->Clear();
73}
74
75void BaseUi::SetGameResolution(ConfigEnum::GameResolution resolution) {
76 vcfg.game_resolution.Set(resolution);

Callers 1

ExitMethod · 0.80

Calls 1

ClearMethod · 0.45

Tested by

no test coverage detected