From 8d1e7d6c3bf182cefe644c88d271755e53d62ccc Mon Sep 17 00:00:00 2001 From: Tim Blume Date: Thu, 6 Jun 2024 23:40:52 +0200 Subject: [PATCH] foo --- src/RecastNavMesh.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/RecastNavMesh.hpp b/src/RecastNavMesh.hpp index ff43134..9ee04a3 100644 --- a/src/RecastNavMesh.hpp +++ b/src/RecastNavMesh.hpp @@ -20,7 +20,7 @@ namespace godot { bool m_calculated = false; rcConfig config; RecastPartitionType partition_type = WATERSHED; - rcHeightfield* m_heightfield; + rcHeightfield* m_heightfield = NULL; protected: static void _bind_methods(); public: