public GF_AlternativeTexture(string path)
 {
     this.path = path;
     tex = new AltTexture();
     OpenFile();
 }
Example #2
0
 public GF_AlternativeTexture(string path)
 {
     this.path = path;
     tex       = new AltTexture();
     OpenFile();
 }