Skip to content

Commit

Permalink
ST viewer updated to be compatible with the latest Micro release
Browse files Browse the repository at this point in the history
  • Loading branch information
florinpatrascu committed Mar 10, 2013
1 parent 6bb8914 commit 03b3ed8
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
Binary file modified st/lib/st_engine-0.1.1.jar
Binary file not shown.
2 changes: 1 addition & 1 deletion st/src/ca/simplegames/micro/viewers/st/STViewRenderer.java
Expand Up @@ -65,7 +65,7 @@ public long render(String path, Repository repository, MicroContext context, Wri
} catch (FileNotFoundException e) {
throw new FileNotFoundException(String.format("%s not found.", path));
} catch (Exception e) {
throw new ViewException(e);
throw new ViewException(e.getMessage());
}
}
return 0;
Expand Down

0 comments on commit 03b3ed8

Please sign in to comment.