Small fixes
- Fixed Program Object not sending queued events correctly - Fixed size of error window on smaller screens - Fixed size of debug window on smaller screens
This commit is contained in:
@@ -498,7 +498,7 @@ return function(name, basalt)
|
||||
if (curProcess ~= nil) then
|
||||
if not (curProcess:isDead()) then
|
||||
if not (paused) then
|
||||
self:injectEvents(queuedEvent)
|
||||
self:injectEvents(table.unpack(queuedEvent))
|
||||
queuedEvent = {}
|
||||
end
|
||||
end
|
||||
|
||||
Reference in New Issue
Block a user