diff --git a/src/nav_marker.cpp b/src/nav_marker.cpp index aad5cbc..f37d52b 100644 --- a/src/nav_marker.cpp +++ b/src/nav_marker.cpp @@ -20,7 +20,7 @@ void NavMarker::_process(double) { gd::Vector3 const new_point{gd::NavigationServer3D::get_singleton()->map_get_closest_point(map_id, this->get_global_position())}; this->set_global_position(new_point); } -#endif // DEBUG +#endif // DEBUG_ENABLED } void NavMarker::set_marker_type(int type) {