Daniele Bartolini 11 năm trước cách đây
mục cha
commit
35c1f46a49
1 tập tin đã thay đổi với 1 bổ sung4 xóa
  1. 1 4
      engine/resource/resource_manager.h

+ 1 - 4
engine/resource/resource_manager.h

@@ -48,6 +48,7 @@ struct ResourceEntry
 class Bundle;
 
 /// @defgroup Resource Resource
+
 /// Keeps track and manages resources loaded by ResourceLoader.
 ///
 /// @ingroup Resource
@@ -97,10 +98,6 @@ private:
 	ProxyAllocator m_resource_heap;
 	ResourceLoader m_loader;
 	Array<ResourceEntry> m_resources;
-
-private:
-
-	friend class Device;
 };
 
 } // namespace crown