Decoupled IQM Model Animations
This commit is contained in:
parent
1a8dfd2dfa
commit
5d5e7ca042
14 changed files with 515 additions and 75 deletions
|
|
@ -28,6 +28,7 @@ class FTextureID
|
|||
|
||||
public:
|
||||
FTextureID() = default;
|
||||
FTextureID(nullptr_t) : texnum(0) {}
|
||||
bool isNull() const { return texnum == 0; }
|
||||
bool isValid() const { return texnum > 0; }
|
||||
bool Exists() const { return texnum >= 0; }
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue