Skip to content

Commit

Permalink
feat: Upgrade to Unity 2018.4.30f1
Browse files Browse the repository at this point in the history
  • Loading branch information
Vatsal Ambastha authored and Vatsal Ambastha committed Jan 4, 2021
1 parent 0bd7939 commit 73bd2f3
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
Binary file added Assets/.DS_Store
Binary file not shown.
Original file line number Diff line number Diff line change
Expand Up @@ -205,7 +205,7 @@ public static Texture2D Crop(this Texture2D tex, Rect rect) {
}
}

MonoBehaviour.Destroy(tex);
Object.Destroy(tex);
tex = new Texture2D((int)rect.width, (int)rect.height, tex.format, true);
tex.SetPixels32(colors, 0);
tex.Apply();
Expand Down
2 changes: 1 addition & 1 deletion ProjectSettings/ProjectVersion.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
m_EditorVersion: 2018.4.28f1
m_EditorVersion: 2018.4.30f1

0 comments on commit 73bd2f3

Please sign in to comment.