Преглед изворни кода

Use NULL for memory addresses

Daniele Bartolini пре 12 година
родитељ
комит
a148d386f5
1 измењених фајлова са 1 додато и 1 уклоњено
  1. 1 1
      engine/SceneGraph.cpp

+ 1 - 1
engine/SceneGraph.cpp

@@ -43,7 +43,7 @@ SceneGraph::SceneGraph(Allocator& a, uint32_t index)
 	: m_allocator(&a)
 	: m_allocator(&a)
 	, m_index(index)
 	, m_index(index)
 	, m_num_nodes(0)
 	, m_num_nodes(0)
-	, m_flags(0)
+	, m_flags(NULL)
 	, m_world_poses(NULL)
 	, m_world_poses(NULL)
 	, m_local_poses(NULL)
 	, m_local_poses(NULL)
 	, m_parents(NULL)
 	, m_parents(NULL)