mirror of
https://github.com/godotengine/godot.git
synced 2025-12-08 06:09:55 +00:00
Fix flipped clipper2 ifdef
Fix flipped clipper2 ifdef
This commit is contained in:
parent
037956dbc9
commit
3dc876c695
1 changed files with 1 additions and 1 deletions
|
|
@ -1197,7 +1197,7 @@ COMMAND_1(free, RID, p_object) {
|
|||
ERR_FAIL_NULL(parser);
|
||||
|
||||
generator_parsers.erase(parser);
|
||||
#ifndef CLIPPER2_ENABLED
|
||||
#ifdef CLIPPER2_ENABLED
|
||||
NavMeshGenerator2D::get_singleton()->set_generator_parsers(generator_parsers);
|
||||
#endif
|
||||
geometry_parser_owner.free(parser->self);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue