chore: fixed DEBUG_ENABLED endif tag
This commit is contained in:
parent
ec0b080ebb
commit
12069b6252
|
@ -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) {
|
||||
|
|
Loading…
Reference in a new issue