mirror of
https://github.com/overte-org/overte.git
synced 2025-08-07 09:09:53 +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) {
|
this.checkModel = function (properties) {
|
||||||
// special case to lock the ground plane model in hq.
|
// special case to lock the ground plane model in hq.
|
||||||
if (this.isLocked(properties)) {
|
if (isLocked(properties)) {
|
||||||
return { valid: false };
|
return { valid: false };
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue