Add default NetworkTexture::_textureLoader

This commit is contained in:
Zach Pomerantz 2016-04-21 10:54:03 -07:00
parent 2fd88d9fe1
commit 6e12493ed7

View file

@ -83,7 +83,7 @@ protected:
private:
Type _type;
TextureLoaderFunc _textureLoader;
TextureLoaderFunc _textureLoader { [](const QImage&, const std::string&){ return nullptr; } };
int _originalWidth { 0 };
int _originalHeight { 0 };
int _width { 0 };