function CreateTextureFromSurface(). Then
I blit to the surface and make a new call
to the CreateTextureFromSurface() function,
but with a new texture as argument. Now the
texture I first created is changed! Very bad!
My question is: Is the surface connect to the texture in this case?
------------------
Gandalf the White