Merge pull request #2900 from ZappoMan/deletemodel

fix broken mouse edit
This commit is contained in:
Brad Hefta-Gaub 2014-05-22 13:01:27 -07:00
commit 497335cbc1

View file

@ -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 };
} }