mirror of
https://github.com/HifiExperiments/overte.git
synced 2025-08-05 03:45:18 +02:00
fix broken mouse edit
This commit is contained in:
parent
66b9d582a8
commit
b5056dcd3a
1 changed files with 1 additions and 1 deletions
|
@ -162,7 +162,7 @@ function controller(wichSide) {
|
|||
|
||||
this.checkModel = function (properties) {
|
||||
// special case to lock the ground plane model in hq.
|
||||
if (this.isLocked(properties)) {
|
||||
if (isLocked(properties)) {
|
||||
return { valid: false };
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue