Temporarily commented the SpriteReader in editor's JM_DRAW because "Preview" does not work with it.

This commit is contained in:
David Capello 2010-10-12 10:20:47 -03:00
parent 4c5a0177cc
commit f3fcc8fd3e

View File

@ -897,7 +897,7 @@ bool Editor::onProcessMessage(JMessage msg)
// Editor with sprite // Editor with sprite
else { else {
try { try {
SpriteReader spriteReader(m_sprite); //SpriteReader spriteReader(m_sprite);
int x1, y1, x2, y2; int x1, y1, x2, y2;
// Draw the background outside of sprite's bounds // Draw the background outside of sprite's bounds