Browse Source

Clarification on description (#113)

The previous description was, imho, quite unclear. This should be clearer and hard to misinterpret
Udinanon 2 years ago
parent
commit
1055efc012
1 changed files with 1 additions and 1 deletions
  1. 1 1
      api/lovr/graphics/Pass/circle.lua

+ 1 - 1
api/lovr/graphics/Pass/circle.lua

@@ -39,6 +39,6 @@ return {
     }
   },
   notes = [[
-    The local origin of the circle is in its center, and the local z axis goes through the center.
+    The local origin of the circle is in its center. The local z axis is perpendicular to plane of the circle.
   ]]
 }