diff options
author | hwc487 | 2012-03-23 14:59:51 -0700 |
---|---|---|
committer | hwc487 | 2012-03-23 14:59:51 -0700 |
commit | 86770d0dba6b137e651cbf5c8d240856be65857c (patch) | |
tree | c480e35abe9065733be9dd6326b91b46896b9e3a /js/lib/drawing/world.js | |
parent | 51478dbad8290f55eeab9efdfb8c2cbe24b12b10 (diff) | |
download | ninja-86770d0dba6b137e651cbf5c8d240856be65857c.tar.gz |
Fixed a problem switching from 3D to 2D and back to 3D.
Diffstat (limited to 'js/lib/drawing/world.js')
-rwxr-xr-x | js/lib/drawing/world.js | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/js/lib/drawing/world.js b/js/lib/drawing/world.js index b87c6272..73273adc 100755 --- a/js/lib/drawing/world.js +++ b/js/lib/drawing/world.js | |||
@@ -736,6 +736,8 @@ World.prototype.getShapeFromPoint = function( offsetX, offsetY ) { | |||
736 | } | 736 | } |
737 | }; | 737 | }; |
738 | 738 | ||
739 | |||
740 | |||
739 | World.prototype.exportJSON = function() | 741 | World.prototype.exportJSON = function() |
740 | { | 742 | { |
741 | // world properties | 743 | // world properties |