updated guide section heights and added a debug message to track height usage

This commit is contained in:
Mikayla Fischler
2024-06-14 17:49:43 -04:00
parent 219f02b188
commit 9fe0669fda
3 changed files with 7 additions and 3 deletions

View File

@@ -182,7 +182,7 @@ local function main()
renderer.close_ui()
if not pkt_state.ui_ok then
println(util.c("App crashed with error: ", pkt_state.ui_error))
println(util.c("UI crashed with error: ", pkt_state.ui_error))
end
else
println_ts("UI creation failed")