Browse Source

Revert test code.[ci skip]

aster2013 11 years ago
parent
commit
058428dc9c
1 changed files with 1 additions and 2 deletions
  1. 1 2
      Source/Samples/36_Urho2DTileMap/Urho2DTileMap.cpp

+ 1 - 2
Source/Samples/36_Urho2DTileMap/Urho2DTileMap.cpp

@@ -86,8 +86,7 @@ void Urho2DTileMap::CreateScene()
 
 
     ResourceCache* cache = GetSubsystem<ResourceCache>();
     ResourceCache* cache = GetSubsystem<ResourceCache>();
     // Get tmx file
     // Get tmx file
-    // TmxFile2D* tmxFile = cache->GetResource<TmxFile2D>("Urho2D/isometric_grass_and_water.tmx");
-    TmxFile2D* tmxFile = cache->GetResource<TmxFile2D>("Urho2D/staggered_grass_and_water.tmx");
+    TmxFile2D* tmxFile = cache->GetResource<TmxFile2D>("Urho2D/isometric_grass_and_water.tmx");
     if (!tmxFile)
     if (!tmxFile)
         return;
         return;