]> git.mxchange.org Git - flightgear.git/commitdiff
Fear the penguin ...
authorcurt <curt>
Mon, 28 Jun 1999 14:18:14 +0000 (14:18 +0000)
committercurt <curt>
Mon, 28 Jun 1999 14:18:14 +0000 (14:18 +0000)
src/Scenery/tilecache.cxx

index c81a47cfcec20846506988bc44ef3461d7bfe722..234abf1ddd6f1bf4d3ecc171364396bd3cf5893f 100644 (file)
@@ -140,7 +140,7 @@ FGTileCache::fill_in( int index, const FGBucket& p )
     ssgBranch *new_tile = fgObjLoad( tile_path.str(), &tile_cache[index] );
     tile_cache[index].branch_ptr = new ssgTransform;
     tile_cache[index].branch_ptr->addKid( new_tile );
-    tile_cache[index].branch_ptr->addKid( penguin );
+    // tile_cache[index].branch_ptr->addKid( penguin );
     terrain->addKid( tile_cache[index].branch_ptr );
 
     // cout << " ncount before = " << tile_cache[index].ncount << "\n";