1
0
mirror of https://github.com/kepler155c/opus synced 2025-12-18 06:08:06 +00:00

optionally show value for slider component - remove some unneeded limits for textEntries

This commit is contained in:
kepler155c@gmail.com
2020-05-06 18:01:10 -06:00
parent 51724ccd78
commit c24411717a
10 changed files with 42 additions and 33 deletions

View File

@@ -114,7 +114,7 @@ function Routine:resume(event, ...)
if coroutine.status(self.co) == 'dead' then
Array.removeByValue(kernel.routines, self)
if self.onDestroy then
self.onDestroy(self)
pcall(self.onDestroy, self)
end
if #kernel.routines > 0 then
switch(kernel.routines[1])