Skip to content

Commit

Permalink
Changes in paths for .webrocketjs impl
Browse files Browse the repository at this point in the history
  • Loading branch information
cvetan5 committed Jul 1, 2015
1 parent b4c6763 commit 20fadf0
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions RocketEditor.webrocketjs
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@ define([
"core/scene/Attribute",
"core/scene/AttributeChange",
"core/math/Transform",
"meshmoon-applications/src/editor/InterfaceDesigner-main",
"meshmoon-applications/src/editor/lib/jquery.ui-contextmenu.min"
"application/editor/InterfaceDesigner-main",
"application/editor/lib/jquery.ui-contextmenu.min"
], function(Class, THREE, Tundra, IApplication, Scene, IComponent, Attribute, AttributeChange, Transform, _Editor, _jquicm) {

var AddEntityCommand = ICommand.$extend(
Expand Down Expand Up @@ -1082,7 +1082,7 @@ var RocketEditor = IEditor.$extend(
{
this.$super("rocket");

$("head").append('<link rel="stylesheet" href="../src/meshmoon-applications/src/editor/lib/skin-win8/ui.fancytree.css">');
$("head").append('<link rel="stylesheet" href="../src/application/editor/lib/skin-win8/ui.fancytree.css">');

this.meshRefs = {
"Ball" : "http://meshmoon.data.s3.amazonaws.com/asset-library/meshes/primitives/Sphere.mesh",
Expand Down

0 comments on commit 20fadf0

Please sign in to comment.