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:
@@ -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])
|
||||
|
||||
Reference in New Issue
Block a user