mirror of
https://github.com/overte-org/overte.git
synced 2025-08-14 01:29:55 +02:00
Add default NetworkTexture::_textureLoader
This commit is contained in:
parent
2fd88d9fe1
commit
6e12493ed7
1 changed files with 1 additions and 1 deletions
|
@ -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 };
|
||||
|
|
Loading…
Reference in a new issue