mirror of
https://github.com/open-goal/jak-project
synced 2026-07-11 15:28:58 -04:00
jak3: subtitle3, vag-player (#3758)
This commit is contained in:
@@ -402,6 +402,10 @@ void SubtitleEditor::draw_subtitle_options(GameSubtitleSceneInfo& scene, bool cu
|
||||
} else {
|
||||
bool play = false;
|
||||
bool save_and_reload_text = false;
|
||||
if (ImGui::Button("Save")) {
|
||||
save_and_reload_text = true;
|
||||
}
|
||||
ImGui::SameLine();
|
||||
if (ImGui::Button("Play")) {
|
||||
play = true;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user