Initial work for pre-caching resources in render system

This commit is contained in:
2014-04-13 01:25:21 +02:00
parent 04cb1f1204
commit 14feb3659b
13 changed files with 64 additions and 35 deletions
-1
View File
@@ -2,7 +2,6 @@
#include "Texture.h"
Texture::Texture(std::string path)
: Resource(path)
{
Load(path);
}