This commit is contained in:
Ziver Koc 2007-04-23 10:21:46 +00:00
parent 65747bd267
commit c96c77d3ec
4 changed files with 21 additions and 4 deletions

View file

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