-
Notifications
You must be signed in to change notification settings - Fork 1.7k
Labels
Description
engine/src/framework/components/script/system.js
Lines 121 to 125 in bafd41b
| for (key in entity.script._scriptsIndex) { | |
| if (key.awaiting) { | |
| order.splice(key.ind, 0, key); | |
| } | |
| } |
key.awaiting is always false.