renamed Renderable to Mesh
This commit is contained in:
@@ -7,7 +7,7 @@ COMPONENT_NAMESPACE_BEGIN
|
||||
|
||||
struct StaticMeshComponentData:public ComponentData
|
||||
{
|
||||
Renderable *renderable;
|
||||
Mesh *renderable;
|
||||
};//struct StaticMeshComponentData
|
||||
|
||||
class StaticMeshComponent;
|
||||
|
Reference in New Issue
Block a user