Browse Source

rm timers from lovr.graphics.getStats;

bjorn 5 years ago
parent
commit
2e659ecd2a
2 changed files with 0 additions and 14 deletions
  1. 0 5
      api/init.lua
  2. 0 9
      api/lovr/graphics/getStats.lua

+ 0 - 5
api/init.lua

@@ -7288,11 +7288,6 @@ return {
                       name = "shaderswitches",
                       type = "number",
                       description = "The number of times the shader has been switched."
-                    },
-                    {
-                      name = "timers",
-                      type = "table",
-                      description = "A table containing the timer results from calls to `lovr.graphics.tick` and `lovr.graphics.tock`.  The results are unreliable and may be `nil`.  The units are in seconds."
                     }
                   }
                 }

+ 0 - 9
api/lovr/graphics/getStats.lua

@@ -18,15 +18,6 @@ return {
           name = 'shaderswitches',
           type = 'number',
           description = 'The number of times the shader has been switched.'
-        },
-        {
-          name = 'timers',
-          type = 'table',
-          description = [[
-            A table containing the timer results from calls to `lovr.graphics.tick` and
-            `lovr.graphics.tock`.  The results are unreliable and may be `nil`.  The units are in
-            seconds.
-          ]]
         }
       }
     }