paint: cleanup

This commit is contained in:
luboslenco
2026-06-08 11:42:44 +02:00
parent 75f65da692
commit 1f27859d9a
51 changed files with 1023 additions and 1023 deletions
+1 -1
View File
@@ -566,7 +566,7 @@ void util_layer_update_path() {
}
// Check if mouse ray hits any point sphere
if (mouse_started("left") && !ui->is_hovered && !base_is_dragging && vis_points > 0) {
if (mouse_started("left") && !g_ui->is_hovered && !base_is_dragging && vis_points > 0) {
f32 min_dist = 1e10f;
i32 closest = -1;