Skip to content

Commit

Permalink
Fix missing semicolon
Browse files Browse the repository at this point in the history
  • Loading branch information
Zylann committed Feb 1, 2025
1 parent 43b4cfe commit 6cbdf85
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion util/godot/classes/shape_3d.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ Color get_shape_3d_default_color(const SceneTree &scene_tree) {
// TODO GDX: SceneTree.get_debug_collisions_color is not exposed
return ProjectSettings::get_singleton()->get_setting(
"debug/shapes/collision/shape_color", Color(0.0, 0.6, 0.7, 0.42)
)
);
#endif
}

Expand Down

0 comments on commit 6cbdf85

Please sign in to comment.