Skip to content
This repository has been archived by the owner on Nov 18, 2020. It is now read-only.

Commit

Permalink
commented out the TerrainScene test in Main... needs tidying up and m…
Browse files Browse the repository at this point in the history
…aking into a proper test of the bitmap->nape object->2d mesh workflow...
  • Loading branch information
mikedotalmond committed Feb 21, 2012
1 parent e06650c commit cd82d03
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
Binary file modified bin/napoleon.swf
Binary file not shown.
2 changes: 1 addition & 1 deletion src/Main.as
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ package {

override protected function setupScenes():void {
//addScene(LogoTest, "logo");
addScene(TerrainScene, "terrain");
//addScene(TerrainScene, "terrain");
addScene(PostProcessingTest, "post");
addScene(BinaryClockScene, "clock");
addScene(TestScene2D, "boxes");
Expand Down
2 changes: 1 addition & 1 deletion src/Version.as
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ package {
static public const Major:int = 0;
static public const Minor:int = 0;
static public const Build:int = 1;
static public const Revision:int = 5925;
static public const Revision:int = 5928;

}

Expand Down

0 comments on commit cd82d03

Please sign in to comment.