mirror of
https://github.com/tetreum/brickcraft.git
synced 2026-01-07 11:19:31 -06:00
- Log traces
This commit is contained in:
@@ -512,7 +512,6 @@ namespace Brickcraft.World
|
||||
);
|
||||
vertices.Add(pos);
|
||||
colors.Add(color);
|
||||
Debug.Log(vertice.z);
|
||||
uvs.Add(new Vector2(vertice.x, vertice.z));
|
||||
}
|
||||
foreach (int index in faceMap.triangles) {
|
||||
|
||||
Reference in New Issue
Block a user