Skip to content

Commit

Permalink
Remove debug window and bump ver
Browse files Browse the repository at this point in the history
  • Loading branch information
angryzor committed Apr 15, 2024
1 parent 6b70c0a commit 0bd5424
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
cmake_minimum_required(VERSION 3.28)
# DevTools
project(devtools VERSION 0.1.12
project(devtools VERSION 0.1.13
DESCRIPTION "Sonic Frontiers DevTools"
LANGUAGES CXX)

Expand Down
1 change: 0 additions & 1 deletion src/ui/Desktop.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,6 @@ void Desktop::HandleMousePicking()
auto& io = ImGui::GetIO();

pickerClicked = false;
ImGui::Text("Objects selected");

if (!io.WantCaptureMouse && !ImGui::IsAnyItemHovered()) {
if (ImGui::IsMouseDragging(ImGuiMouseButton_Left)) {
Expand Down

0 comments on commit 0bd5424

Please sign in to comment.