Browse Source

Fix StencilAction;

bjorn 2 years ago
parent
commit
af552a9671
1 changed files with 1 additions and 1 deletions
  1. 1 1
      api/lovr/graphics/StencilAction.lua

+ 1 - 1
api/lovr/graphics/StencilAction.lua

@@ -1,6 +1,6 @@
 return {
 return {
   summary = 'Different ways of updating the stencil buffer.',
   summary = 'Different ways of updating the stencil buffer.',
-  description = 'Different ways of updating the stencil buffer with `Pass:setStencilWrite.',
+  description = 'Different ways of updating the stencil buffer with `Pass:setStencilWrite`.',
   values = {
   values = {
     {
     {
       name = 'keep',
       name = 'keep',