I am batching sprites whi use same texture together in 1 draw call.
The sfml forum suggested that i do scene graph by using the transform component in renderstates.
However, i now use different sprites with same renderstates since theyre batched.
Do I need to create more draw calls or compute matrices of local and world seperatly?