mirror of https://github.com/godotengine/godot
Fixed memory leak with AStar class
This commit is contained in:
parent
bf4ba3d8c0
commit
794407e7b6
|
|
@ -443,4 +443,5 @@ AStar::AStar() {
|
|||
AStar::~AStar() {
|
||||
|
||||
pass = 1;
|
||||
clear();
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue