public Sprite(string fileName) { bitmap = new Surface(fileName); textureID = bitmap.GenTexture(); }
public Sprite( string fileName ) { bitmap = new Surface( fileName ); textureID = bitmap.GenTexture(); }