mirror of
https://github.com/celisej567/LibBSP.git
synced 2026-01-05 10:10:12 +03:00
Fix NullReferenceException when constructing TextureInfo.
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user