diff options
| author | Jonathan Bradley <jcb@pikum.xyz> | 2023-12-22 19:33:26 -0500 |
|---|---|---|
| committer | Jonathan Bradley <jcb@pikum.xyz> | 2023-12-23 11:43:15 -0500 |
| commit | b911c5b6c37ab13be6188cf039cd4246414fc7b5 (patch) | |
| tree | da4743a719e8134abb35f87f5097541e09c8f581 /src/entities.cpp | |
| parent | a3937e7eef97cb0badcd65c390b9dd39d4cfd094 (diff) | |
first pass background asset loading - buggy
Diffstat (limited to 'src/entities.cpp')
| -rw-r--r-- | src/entities.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/entities.cpp b/src/entities.cpp index c49d948..24cdd29 100644 --- a/src/entities.cpp +++ b/src/entities.cpp @@ -847,7 +847,7 @@ void EntityType_Load(EntityType &et) { // cleanup cgltf_free(gltfData); - AM_Destroy(assetHandle); + AM_Release(assetHandle); } } |
