[gui4gl-commits] [CVS batoru] Not adding the landscape to the list of renderablesanymore, it again gets

  • From: cvsd@xxxxxxxxx
  • To: gui4gl-commits@xxxxxxxxxxxxx
  • Date: Mon, 1 Dec 2003 23:56:24 +0100 (CET)

Commit in batoru/src/games/batoru on MAIN
BatoruUniverse.java-31.1 -> 1.2
Not adding the landscape to the list of renderables anymore, it again gets

rendered explicitly by the UniverseRenderer.

batoru/src/games/batoru
BatoruUniverse.java 1.1 -> 1.2
diff -u -r1.1 -r1.2
--- BatoruUniverse.java	14 Nov 2003 00:08:48 -0000	1.1
+++ BatoruUniverse.java	1 Dec 2003 22:56:28 -0000	1.2
@@ -48,9 +48,6 @@
 		PatchyLandscape landscape = new PatchyLandscape();
 		setLandscape(landscape);
 		landscape.netInit(_reader);
-		
-		PatchyLandscapeRenderer lrenderer = new PatchyLandscapeRenderer(this, landscape);
-		addRenderable(lrenderer);
 	}
 
 	/* (non-Javadoc)
CVSspam 0.2.8

Other related posts:

  • » [gui4gl-commits] [CVS batoru] Not adding the landscape to the list of renderablesanymore, it again gets