fixed pocket crash due to guide section height too small

This commit is contained in:
Mikayla Fischler
2024-07-06 00:07:21 -04:00
parent e04bd032fe
commit 0364b4df7b
2 changed files with 2 additions and 2 deletions

View File

@@ -20,7 +20,7 @@ local pocket = require("pocket.pocket")
local renderer = require("pocket.renderer")
local threads = require("pocket.threads")
local POCKET_VERSION = "v0.11.1-alpha"
local POCKET_VERSION = "v0.11.2-alpha"
local println = util.println
local println_ts = util.println_ts