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
commit fbb6204de4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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