Skip to content
This repository has been archived by the owner on Mar 20, 2020. It is now read-only.

Commit

Permalink
Small bugs repaired
Browse files Browse the repository at this point in the history
  • Loading branch information
guch8017 committed Dec 3, 2018
1 parent c2ca8e8 commit b5e3252
Show file tree
Hide file tree
Showing 5 changed files with 1 addition and 1 deletion.
Binary file modified .DS_Store
Binary file not shown.
Binary file modified assets/.DS_Store
Binary file not shown.
Binary file modified assets/sce_sys/.DS_Store
Binary file not shown.
Binary file modified assets/sce_sys/livearea/.DS_Store
Binary file not shown.
2 changes: 1 addition & 1 deletion src/gameview.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ void GameView::render()
ImGui::SetNextWindowSize(ImVec2(GameViewWidth, GameViewHeight), 0);

ImGui::Begin(
fmt::format("{}###gameview", _item->name, _item->titleid)
fmt::format("{}###gameview", _item->titleid)
.c_str(),
nullptr,
ImGuiWindowFlags_NoResize | ImGuiWindowFlags_NoMove |
Expand Down

0 comments on commit b5e3252

Please sign in to comment.