GPU优化

This commit is contained in:
SoulliesOfficial
2026-02-27 08:21:00 -05:00
parent 0109878661
commit a635ec4221
872 changed files with 197615 additions and 2054 deletions

View File

@@ -469,7 +469,7 @@ namespace Dreamteck.Splines
protected virtual void BuildMesh()
{
Debug.Log("Building Mesh " + gameObject.name);
//Debug.Log("Building Mesh " + gameObject.name);
//Logic for mesh generation, automatically called in the Build method
}