Skip to content

Commit

Permalink
UI: fixed imgui assert
Browse files Browse the repository at this point in the history
  • Loading branch information
mgerhardy committed Jan 11, 2023
1 parent b05d4b4 commit 1bb6220
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/modules/ui/Toolbar.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,7 @@ void Toolbar::last() {
_pos.x = _startingPosX;
setCursor();
}
ImGui::Dummy(ImVec2(0, 0));
}

core::String Toolbar::id(const char *icon) const {
Expand Down

0 comments on commit 1bb6220

Please sign in to comment.