Skip to content

Commit

Permalink
Formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
einari committed Feb 29, 2024
1 parent f9cc42f commit 5c1aeaf
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ private class Face

Now we need to create the array of vertices for the object :

```charp
```csharp
private Vertex[] _vertices = new Vertex[] {
new Vertex() { X=-150, Y=-150, Z=-150},
new Vertex() { X=150, Y=-150, Z=-150},
Expand Down

0 comments on commit 5c1aeaf

Please sign in to comment.