mirror of
https://github.com/overte-org/overte.git
synced 2025-04-20 02:03:57 +02:00
Merge pull request #2900 from ZappoMan/deletemodel
fix broken mouse edit
This commit is contained in:
commit
497335cbc1
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