mirror of
https://github.com/IgorTimofeev/MineOS.git
synced 2026-04-02 14:12:47 +02:00
Merge pull request #411 from CoolCat467/patch-1
Basically only imortant from #408
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user