chore: fixed DEBUG_ENABLED endif tag

This commit is contained in:
Sara 2024-08-08 17:43:22 +02:00
parent ec0b080ebb
commit 12069b6252

View file

@ -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) {