Daniele Bartolini 12 лет назад
Родитель
Сommit
46698d48db
1 измененных файлов с 1 добавлено и 5 удалено
  1. 1 5
      engine/resource/UnitResource.h

+ 1 - 5
engine/resource/UnitResource.h

@@ -57,10 +57,8 @@ struct UnitCamera
 	uint32_t name;
 };
 
-class UnitResource
+struct UnitResource
 {
-public:
-
 	//-----------------------------------------------------------------------------
 	static void* load(Allocator& allocator, Bundle& bundle, ResourceId id)
 	{
@@ -92,8 +90,6 @@ public:
 	{
 	}
 
-public:
-
 	//-----------------------------------------------------------------------------
 	uint32_t num_renderables() const
 	{