Browse Source

Clarify print wrap scale;

bjorn 4 years ago
parent
commit
d2454d3ee1
1 changed files with 1 additions and 1 deletions
  1. 1 1
      api/lovr/graphics/print.lua

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

@@ -61,7 +61,7 @@ return {
       type = 'number',
       type = 'number',
       default = '0',
       default = '0',
       description = [[
       description = [[
-        The maximum width of each line, in meters (affected by `scale`).  Set to 0 or nil for no
+        The maximum width of each line, in meters (before scale is applied).  Set to 0 or nil for no
         wrapping.
         wrapping.
       ]]
       ]]
     },
     },