Hello.
I read the SFML Game development book.
I am currently at the Scene Graph, but I am have a problem.
If I attach a SpriteNode to the SceneGraph all works perfect.
If I add a SpriteNode to the SpriteNode before it works perfect, too(The second SpriteNode is relative to the first SpriteNode).
But if I attach now again a SpriteNode to the first SpriteNode this SpriteNode is relative to the second SpriteNode.
Know anyone what I do wrong ?
If someone need the code please write it, maybe you know the mistake without any code from me.
http://s1.directupload.net/images/130926/4edkcoro.png