Fix unable to spawn actors after initialization

This commit is contained in:
2025-02-17 15:37:05 -06:00
parent f10b14afb3
commit 8169e1df34

View File

@@ -1383,7 +1383,8 @@ var REGGIES = Symbol()
var UNDERLINGS = Symbol()
var OVERLING = Symbol()
globalThis.actor = {}
var actor = {}
globalThis.actor = actor
var so_ext
switch(os.platform()) {
@@ -1682,6 +1683,4 @@ Register[prosperon.DOC] = {
check_registers: `Automatically register recognized events (like 'update', 'gui', etc.) on an object.`,
}
})()