SaveTool: remove a redundant initialisation.
This commit is contained in:
parent
14feadc401
commit
ed25f7f5fa
1 changed files with 1 additions and 1 deletions
|
@ -27,7 +27,7 @@
|
||||||
#include "../Maps/LastMissionId.h"
|
#include "../Maps/LastMissionId.h"
|
||||||
#include "../Maps/StoryProgress.h"
|
#include "../Maps/StoryProgress.h"
|
||||||
|
|
||||||
static const std::string empty_str = "";
|
static const std::string empty_str;
|
||||||
|
|
||||||
void SaveTool::drawManager() {
|
void SaveTool::drawManager() {
|
||||||
ImGui::SetNextWindowPos({0.0f, ImGui::GetItemRectSize().y}, ImGuiCond_Always);
|
ImGui::SetNextWindowPos({0.0f, ImGui::GetItemRectSize().y}, ImGuiCond_Always);
|
||||||
|
|
Loading…
Reference in a new issue