Revision 15449 import/ext3D/branches/ext3D_v1.1/ext3D/src/com/iver/ai2/gvsig3d/gui/Hud.java

View differences:

Hud.java
100 100

  
101 101
		if (ResourcesFactory.exitsResouce("arial.ttf"))
102 102
			textoHud.setFont(ResourcesFactory.getResourcePath("arial.ttf"));
103
		else
104
			textoHud.setFont("arial.ttf");
103
		else {
104
			// TODO: This freeze the execution.. disable when working. 
105
			//textoHud.setFont("arial.ttf");
106
		}
105 107

  
106 108
		textoHud.setPosition(10, 10, 0);
107 109
		textoHud.setBackdropType(Text.BackdropType.OUTLINE);
......
233 235

  
234 236
	public void mouseDragged(MouseEvent e) {
235 237
		// Updating Hud information+
236
		// If not update the hud information when mouses dragged the hud don?t change
238
		// If not update the hud information when mouses dragged the hud dont change
237 239
		updateHud();
238 240

  
239 241
		// System.out.println("***************************************");

Also available in: Unified diff