Skip to content

Commit

Permalink
Updated the prop window's props to use the new prop server url.
Browse files Browse the repository at this point in the history
  • Loading branch information
pawnipt committed Nov 26, 2010
1 parent 9d3d327 commit 2946c86
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion FlashPalace/src/PropsWindow.mxml
Expand Up @@ -79,7 +79,7 @@
var propRecord:SavedPropRecord = new SavedPropRecord();
propRecord.id = prop.id;
propRecord.crc = prop.crc;
propRecord.imageDataURL = prop.imageDataURL;
propRecord.imageDataURL = prop.imageDataURL.replace("openpalace-props-dev", "openpalace-props");
propRecord.guid = prop.guid;
propRecord.width = prop.width || 44;
propRecord.height = prop.height || 44;
Expand Down

0 comments on commit 2946c86

Please sign in to comment.