mirror of
https://github.com/edubart/otclient.git
synced 2025-10-20 06:23:26 +02:00
use GLSL shaders
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
function table.dump(t, depth)
|
||||
if not depth then depth = 0 end
|
||||
for k,v in pairs(t) do
|
||||
str = string.rep(' ', depth * 2) .. k .. ': '
|
||||
str = (' '):rep(depth * 2) .. k .. ': '
|
||||
if type(v) ~= "table" then
|
||||
print(str .. tostring(v))
|
||||
else
|
||||
|
Reference in New Issue
Block a user