mirror of
https://github.com/overte-org/overte.git
synced 2025-08-10 10:13:15 +02:00
sync
This commit is contained in:
parent
e7c6ee597a
commit
2a8fbeca32
1 changed files with 6 additions and 1 deletions
|
@ -67,7 +67,12 @@ public:
|
||||||
quint8 getAccelerationNearlyGravityCount() { return _accelerationNearlyGravityCount; }
|
quint8 getAccelerationNearlyGravityCount() { return _accelerationNearlyGravityCount; }
|
||||||
|
|
||||||
virtual EntityItem* getEntity() const { return _entity; }
|
virtual EntityItem* getEntity() const { return _entity; }
|
||||||
virtual void setShouldClaimSimulationOwnership(bool value) { _shouldClaimSimulationOwnership = value; }
|
virtual void setShouldClaimSimulationOwnership(bool value) {
|
||||||
|
if (value) {
|
||||||
|
qDebug() << "setShouldClaimSimulationOwnership to TRUE";
|
||||||
|
}
|
||||||
|
_shouldClaimSimulationOwnership = value;
|
||||||
|
}
|
||||||
virtual bool getShouldClaimSimulationOwnership() { return _shouldClaimSimulationOwnership; }
|
virtual bool getShouldClaimSimulationOwnership() { return _shouldClaimSimulationOwnership; }
|
||||||
|
|
||||||
protected:
|
protected:
|
||||||
|
|
Loading…
Reference in a new issue