Skip to content

Commit

Permalink
Changed the theme
Browse files Browse the repository at this point in the history
  • Loading branch information
Kraaven committed Jun 4, 2024
1 parent cb75b0d commit fb3164b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
6 changes: 2 additions & 4 deletions Docs/docfx.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,10 +31,8 @@
}
],
"output": "_site",
"template": [
"default",
"modern"
],
"template": ["default", "templates/singulinkfx"],

"globalMetadata": {
"_appName": "",
"_appTitle": "",
Expand Down
1 change: 1 addition & 0 deletions RayGame/Renderers.cs
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,7 @@ public Mesh GetMesh()
/// </summary>
/// <param name="Vertices">An array of <see cref="Vector2"/> representing the vertices of the mesh.</param>
/// <param name="color">The color to use for rendering the lines.</param>
/// <exclude />
public static void RenderMesh(Vector2[] Vertices, Color color)
{
Raylib.DrawLineV(Vertices[^1], Vertices[0], color);
Expand Down

0 comments on commit fb3164b

Please sign in to comment.