From 618487e712f15d92ac9b6655c892cd94ff59d656 Mon Sep 17 00:00:00 2001 From: yum Date: Thu, 29 Dec 2022 15:28:32 -0800 Subject: First letter no longer disappears An off-by-one issue in numRegions() would result in one extra layer trying to drive a letter in the last region, which would wrap back around to the 0th character slot (cell). * GUI explicitly logs when it's done generating avatar stuff * OSC layer no longer tries to update cells which don't exist --- GUI/GUI/GUI/PythonWrapper.cpp | 1 + 1 file changed, 1 insertion(+) (limited to 'GUI') diff --git a/GUI/GUI/GUI/PythonWrapper.cpp b/GUI/GUI/GUI/PythonWrapper.cpp index d9dcc18..9cfaeba 100644 --- a/GUI/GUI/GUI/PythonWrapper.cpp +++ b/GUI/GUI/GUI/PythonWrapper.cpp @@ -443,6 +443,7 @@ bool PythonWrapper::GenerateAnimator( } } + Log(out, "Done!\n"); return true; } -- cgit v1.2.3