mirror of
https://github.com/lubosz/overte.git
synced 2025-04-24 09:23:17 +02:00
clarify settings explaination, coding standard
This commit is contained in:
parent
839b622a05
commit
9539292c22
2 changed files with 2 additions and 2 deletions
|
@ -78,7 +78,7 @@
|
|||
"name": "allowed_editors",
|
||||
"type": "table",
|
||||
"label": "Allowed Editors",
|
||||
"help": "List the High Fidelity names for people you want to be able to make changes to this domain.<br/>An empty list means everyone.",
|
||||
"help": "List the High Fidelity names for people you want to be able lock or unlock entities in this domain.<br/>An empty list means everyone.",
|
||||
"numbered": false,
|
||||
"columns": [
|
||||
{
|
||||
|
|
|
@ -162,7 +162,7 @@ private:
|
|||
|
||||
void processRemovedEntities(const DeleteEntityOperator& theOperator);
|
||||
bool updateEntityWithElement(EntityItem* entity, const EntityItemProperties& properties,
|
||||
EntityTreeElement* containingElement, bool AllowLockChange);
|
||||
EntityTreeElement* containingElement, bool allowLockChange);
|
||||
static bool findNearPointOperation(OctreeElement* element, void* extraData);
|
||||
static bool findInSphereOperation(OctreeElement* element, void* extraData);
|
||||
static bool findInCubeOperation(OctreeElement* element, void* extraData);
|
||||
|
|
Loading…
Reference in a new issue