Fix breakdance include paths

This commit is contained in:
Ryan Huffman 2015-11-10 09:37:53 -08:00
parent b802da4fef
commit 37d9d98594

View file

@ -11,7 +11,7 @@
// 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() {
print("OmniToolModules.Breakdance...");
@ -32,4 +32,4 @@ OmniToolModules.Breakdance.prototype.onUpdate = function(deltaTime) {
breakdanceEnd();
}
OmniToolModuleType = "Breakdance";
OmniToolModuleType = "Breakdance";