mirror of
https://github.com/EsotericSoftware/spine-runtimes.git
synced 2026-02-06 07:14:55 +08:00
[unity] Fixed addTangents field.
This commit is contained in:
parent
c744c9a7d7
commit
afffdbe383
@ -37,7 +37,7 @@ namespace Spine.Unity.MeshGeneration {
|
||||
public bool PremultiplyVertexColors { get; set; }
|
||||
protected bool addNormals;
|
||||
public bool AddNormals { get { return addNormals; } set { addNormals = value; } }
|
||||
protected bool addTangents { get; set; }
|
||||
protected bool addTangents;
|
||||
public bool AddTangents { get { return addTangents; } set { addTangents = value; } }
|
||||
#endregion
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user