diff options
author | ubq323 <ubq323@ubq323.website> | 2024-03-31 02:35:25 +0100 |
---|---|---|
committer | ubq323 <ubq323@ubq323.website> | 2024-03-31 02:35:25 +0100 |
commit | 177d8b8df308f538ab72f8bb6556503639f1faca (patch) | |
tree | 143e06994a366e8237a1de6df406fa98b59febcc | |
parent | 730d0d473e9f9f40727b53ae43a5e6ea1d6e571e (diff) |
launch ./beeite
-rw-r--r-- | framebuf.lua | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/framebuf.lua b/framebuf.lua index bf0dac4..fb92875 100644 --- a/framebuf.lua +++ b/framebuf.lua @@ -34,7 +34,7 @@ local function round(x, y) end function M:plot(x, y, r, g, b) - local x, y = round(x, y) + -- local x, y = round(x, y) self[x][y] = colors.packRGB(r, g, b) end |