mirror of
https://github.com/lubosz/overte.git
synced 2025-04-15 17:20:29 +02:00
Update TextureID/MaterialID in OBJBaker to be compatible with QVariant
This commit is contained in:
parent
70c35f84b5
commit
6843001950
1 changed files with 2 additions and 2 deletions
|
@ -20,8 +20,8 @@
|
|||
|
||||
using TextureBakerThreadGetter = std::function<QThread*()>;
|
||||
|
||||
using TextureID = int64_t;
|
||||
using MaterialID = int64_t;
|
||||
using TextureID = qlonglong;
|
||||
using MaterialID = qlonglong;
|
||||
|
||||
class OBJBaker : public ModelBaker {
|
||||
Q_OBJECT
|
||||
|
|
Loading…
Reference in a new issue