mirror of
https://github.com/EsotericSoftware/spine-runtimes.git
synced 2026-02-10 17:18:44 +08:00
[unity] Remove superfluous constructor. (Fix for 2018.1b)
This commit is contained in:
parent
4e3cf15acb
commit
217215cbd7
@ -625,7 +625,7 @@ namespace Spine.Unity.Editor {
|
||||
|
||||
public event Action<string> OnSkinChanged;
|
||||
|
||||
Texture previewTexture = new Texture();
|
||||
Texture previewTexture;
|
||||
PreviewRenderUtility previewRenderUtility;
|
||||
Camera PreviewUtilityCamera {
|
||||
get {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user