mirror of
https://github.com/lubosz/overte.git
synced 2025-04-19 17:03:43 +02:00
fix mac and unic build
This commit is contained in:
parent
baff900839
commit
74ceab1e68
2 changed files with 2 additions and 2 deletions
|
@ -1913,7 +1913,7 @@ void EntityItem::setLifetime(float value) {
|
|||
});
|
||||
}
|
||||
|
||||
void EntityItem::setCreated(uint64_t value) {
|
||||
void EntityItem::setCreated(quint64 value) {
|
||||
withWriteLock([&] {
|
||||
if (_created != value) {
|
||||
_created = value;
|
||||
|
|
|
@ -348,7 +348,7 @@ public:
|
|||
virtual void setCollisionShape(const btCollisionShape* shape) {}
|
||||
|
||||
void setPosition(const glm::vec3& value);
|
||||
virtual void setParentID(const QUuid& parentID);
|
||||
virtual void setParentID(const QUuid& parentID) override;
|
||||
virtual void setShapeType(ShapeType type) { /* do nothing */ }
|
||||
|
||||
void setRotation(glm::quat orientation);
|
||||
|
|
Loading…
Reference in a new issue