mirror of
https://github.com/overte-org/overte.git
synced 2025-04-21 06:44:06 +02:00
use type definition
This commit is contained in:
parent
f0238ec4d7
commit
45c73439eb
1 changed files with 1 additions and 1 deletions
|
@ -159,7 +159,7 @@ protected:
|
|||
class Texture {
|
||||
public:
|
||||
QString name;
|
||||
QSharedPointer<NetworkTexture> texture;
|
||||
NetworkTexturePointer texture;
|
||||
};
|
||||
using Textures = std::vector<Texture>;
|
||||
|
||||
|
|
Loading…
Reference in a new issue