Fix NullReferenceException when constructing TextureInfo.

This commit is contained in:
wfowler
2018-07-13 02:22:15 -06:00
parent 1a7203637d
commit bba8a899ba

View File

@@ -114,6 +114,7 @@ namespace LibBSP {
axes[S] = s;
axes[T] = t;
shifts = new float[2];
scales = new float[2];
shifts[S] = sShift;
shifts[T] = tShift;
scales[S] = sScale;