This commit is contained in:
Jesper Lundin 2007-04-16 13:25:25 +00:00
parent 380415f035
commit 79ae1d0dcc
3 changed files with 27 additions and 5 deletions

View file

@ -78,7 +78,7 @@ public class Node extends Sprite {
super.setTranslationGL();
//the rotation
Rectangle rect = getBound();
super.setRotationGL(rect.width/2,rect.height/2);
//super.setRotationGL(rect.width/2,rect.height/2);
//Sets the scale of the sprite
super.setScaleGL();