aboutsummaryrefslogtreecommitdiff
path: root/src/assets.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/assets.c')
-rw-r--r--src/assets.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/assets.c b/src/assets.c
index 1f0c95b..c8fe3be 100644
--- a/src/assets.c
+++ b/src/assets.c
@@ -7,7 +7,8 @@ const char textureAssetPaths[TEXTURE_ASSET_COUNT][ASSET_PATH_MAX] = {
};
const char modelAssetPaths[MODEL_ASSET_COUNT][ASSET_PATH_MAX] = {
- "/home/nathan/Documents/KillaFacsista/assets/antifaShip.obj"
+ "/home/nathan/Documents/KillaFacsista/assets/antifaShip.obj",
+ "/home/nathan/Documents/KillaFacsista/assets/soldato.obj"
};
void LoadAssets(Assets * assets) {