Added temporary Release function to resource manager to be able to reload a resource
This commit is contained in:
@@ -81,6 +81,8 @@ public:
|
||||
@param resourceName Fully qualified name of the resource to reload.
|
||||
*/
|
||||
static void Reload(std::string resourceName);
|
||||
|
||||
static void Release(std::string resourceType, std::string resourceName);
|
||||
|
||||
static void Update();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user