mirror of
https://github.com/JulianGro/overte.git
synced 2025-04-29 22:22:54 +02:00
remove unhelpful/wrong TODO comment
This commit is contained in:
parent
1a685d2409
commit
9bfa4a5267
1 changed files with 0 additions and 3 deletions
|
@ -565,9 +565,6 @@ QUuid EntityScriptingInterface::editEntity(QUuid id, const EntityItemProperties&
|
||||||
if (simulationOwner.getID() == sessionID) {
|
if (simulationOwner.getID() == sessionID) {
|
||||||
// we own the simulation --> copy ALL restricted properties
|
// we own the simulation --> copy ALL restricted properties
|
||||||
properties.copySimulationRestrictedProperties(entity);
|
properties.copySimulationRestrictedProperties(entity);
|
||||||
//if (ourBidPriority != currentBidPriority) {
|
|
||||||
// TODO: figure out how to change simulation ownership priority
|
|
||||||
//}
|
|
||||||
} else {
|
} else {
|
||||||
// we don't own the simulation but think we would like to
|
// we don't own the simulation but think we would like to
|
||||||
// --> flag the object for simulation ownership at at least POKE
|
// --> flag the object for simulation ownership at at least POKE
|
||||||
|
|
Loading…
Reference in a new issue