Skip to content

Commit 6262b14

Browse files
dummy commit to update foxlite on action builds
1 parent a180c65 commit 6262b14

1 file changed

Lines changed: 0 additions & 5 deletions

File tree

source/funkin/backend/system/console/inspector/InspectorGizmo.hx

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -150,11 +150,6 @@ class InspectorGizmo {
150150
}
151151
}
152152

153-
//drawList.addCircleFilled(position.x, position.y, 5, 0xFFFF0000);
154-
if (sprite != null) {
155-
//drawList.addCircleFilled(origin.x, origin.y, 5, 0xFF1500FF);
156-
}
157-
158153
if (ImGui.isKeyPressed(ImGuiKey.Q)) gizmoMode = -1;
159154
if (ImGui.isKeyPressed(ImGuiKey.W)) gizmoMode = 0;
160155
if (ImGui.isKeyPressed(ImGuiKey.E)) gizmoMode = 1;

0 commit comments

Comments
 (0)