foo
This commit is contained in:
parent
a871e785af
commit
8d1e7d6c3b
1 changed files with 1 additions and 1 deletions
|
@ -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:
|
||||
|
|
Loading…
Reference in a new issue