Explorar el Código

Fix wrong function name

Daniele Bartolini hace 12 años
padre
commit
d7d0c3d055
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      engine/resource/UnitResource.h

+ 1 - 1
engine/resource/UnitResource.h

@@ -98,7 +98,7 @@ public:
 	}
 
 	//-----------------------------------------------------------------------------
-	const UnitRenderable& get_texture_id(uint32_t i) const
+	const UnitRenderable& get_renderable(uint32_t i) const
 	{
 		CE_ASSERT(i < num_renderables(), "Index out of bounds");