mirror of
https://github.com/EsotericSoftware/spine-runtimes.git
synced 2026-03-26 22:49:01 +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;
|
public event Action<string> OnSkinChanged;
|
||||||
|
|
||||||
Texture previewTexture = new Texture();
|
Texture previewTexture;
|
||||||
PreviewRenderUtility previewRenderUtility;
|
PreviewRenderUtility previewRenderUtility;
|
||||||
Camera PreviewUtilityCamera {
|
Camera PreviewUtilityCamera {
|
||||||
get {
|
get {
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user