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

Method OnTranslationChanged

src/scene_language.cpp:149–153  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

147}
148
149void Scene_Language::OnTranslationChanged() {
150 Main_Data::game_system->ReloadSystemGraphic();
151
152 Scene::OnTranslationChanged();
153}
154
155void Scene_Language::OnTitleSpriteReady(FileRequestResult* result) {
156 BitmapRef bitmapRef = Cache::Title(result->file);

Callers

nothing calls this directly

Calls 1

ReloadSystemGraphicMethod · 0.80

Tested by

no test coverage detected