Initial work for pre-caching resources in render system
This commit is contained in:
@@ -2,7 +2,6 @@
|
||||
#include "Texture.h"
|
||||
|
||||
Texture::Texture(std::string path)
|
||||
: Resource(path)
|
||||
{
|
||||
Load(path);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user