From ee7ba81ee3d60bce9125b799c39ccc23e10d0ab5 Mon Sep 17 00:00:00 2001 From: "PSp..om" Date: Fri, 1 Apr 2011 23:35:57 +0000 Subject: [PATCH] Remove the line that puts all bitmap text into the Gui bucket by default because it's confusing and in most cases the bitmap text would have inherited that bucket from its parent if it were appropriate. Unless someone educates me as to the error of my ways. git-svn-id: https://jmonkeyengine.googlecode.com/svn/trunk@7156 75d07b2b-3a1a-0410-a2c5-0572b91ccdca --- engine/src/core/com/jme3/font/BitmapText.java | 2 -- 1 file changed, 2 deletions(-) diff --git a/engine/src/core/com/jme3/font/BitmapText.java b/engine/src/core/com/jme3/font/BitmapText.java index 1042ae740..202776bda 100644 --- a/engine/src/core/com/jme3/font/BitmapText.java +++ b/engine/src/core/com/jme3/font/BitmapText.java @@ -67,8 +67,6 @@ public class BitmapText extends Node { attachChild(textPages[page]); } - setQueueBucket(Bucket.Gui); - this.font = font; this.block = new StringBlock(); block.setSize(font.getPreferredSize());