Merge pull request #411 from CoolCat467/patch-1

Basically only imortant from #408
This commit is contained in:
IgorTimofeev
2022-01-09 01:15:25 +07:00
committed by GitHub

View File

@@ -12,8 +12,8 @@ materials.types = {
function materials.newDebugTexture(width, height, h)
local texture = {width = width, height = height}
local bStep = 1 / height
local sStep = 1 / width
local bStep = 1 / width
local sStep = 1 / height
local s, b = 0, 0
local blackSquare = false