mirror of
https://github.com/overte-org/overte.git
synced 2025-08-06 17:29:47 +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 {
|
class Texture {
|
||||||
public:
|
public:
|
||||||
QString name;
|
QString name;
|
||||||
QSharedPointer<NetworkTexture> texture;
|
NetworkTexturePointer texture;
|
||||||
};
|
};
|
||||||
using Textures = std::vector<Texture>;
|
using Textures = std::vector<Texture>;
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue