mirror of
https://github.com/IgorTimofeev/MineOS.git
synced 2026-01-11 05:32:38 +01:00
Merge pull request #411 from CoolCat467/patch-1
Basically only imortant from #408
This commit is contained in:
commit
fbb6204de4
@ -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
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user