mirror of
https://github.com/JulianGro/overte.git
synced 2025-08-12 23:49:53 +02:00
Fix breakdance include paths
This commit is contained in:
parent
b802da4fef
commit
37d9d98594
1 changed files with 2 additions and 2 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("../toys/breakdanceCore.js");
|
Script.include("../../../breakdanceCore.js");
|
||||||
|
|
||||||
OmniToolModules.Breakdance = function() {
|
OmniToolModules.Breakdance = function() {
|
||||||
print("OmniToolModules.Breakdance...");
|
print("OmniToolModules.Breakdance...");
|
||||||
|
|
Loading…
Reference in a new issue