Fixed a lot of bugs with new widget rendering
This commit is contained in:
@@ -98,7 +98,7 @@ export class ServerSystem {
|
||||
),
|
||||
eventHook,
|
||||
);
|
||||
const space = new Space(this.spacePrimitives, this.ds, eventHook);
|
||||
const space = new Space(this.spacePrimitives, eventHook);
|
||||
|
||||
// Add syscalls
|
||||
this.system.registerSyscalls(
|
||||
|
||||
Reference in New Issue
Block a user