fix broken mouse edit

This commit is contained in:
ZappoMan 2014-05-22 13:01:02 -07:00
parent 66b9d582a8
commit b5056dcd3a

View file

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