mirror of
https://github.com/overte-org/overte.git
synced 2025-06-21 09:40:21 +02:00
Fix closePaint.js Script.include
This commit is contained in:
parent
90a1fbe04e
commit
a6bc1a2b5b
1 changed files with 1 additions and 1 deletions
|
@ -11,7 +11,7 @@
|
||||||
// See the accompanying file LICENSE or http://www.apache.org/licenses/LICENSE-2.0.html
|
// See the accompanying file LICENSE or http://www.apache.org/licenses/LICENSE-2.0.html
|
||||||
//
|
//
|
||||||
|
|
||||||
Script.include("libraries/utils.js");
|
Script.include("../libraries/utils.js");
|
||||||
|
|
||||||
|
|
||||||
var RIGHT_HAND = 1;
|
var RIGHT_HAND = 1;
|
||||||
|
|
Loading…
Reference in a new issue