more error hunting

This commit is contained in:
Gregory Wells
2025-08-03 15:08:01 -04:00
parent 590365c4a6
commit 5f298554fd
19 changed files with 61 additions and 48 deletions

View File

@@ -175,3 +175,6 @@ loaderLayer* loaderGetNextLayer(gnInstance instance) {
void resetLayer(gnInstance instance) {
instance->currentLayer = (instance->layers.count - 1);
}
GN_ARRAY_LIST_DEFINITION(loaderLayer)