From 23be929353d4583edbd8621cd755f8a636c3fd90 Mon Sep 17 00:00:00 2001 From: nathansmithsmith Date: Sun, 9 Jul 2023 02:23:05 -0600 Subject: soldato asset added --- src/entities/soldato.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/entities/soldato.c') diff --git a/src/entities/soldato.c b/src/entities/soldato.c index 4abe5af..da8df84 100644 --- a/src/entities/soldato.c +++ b/src/entities/soldato.c @@ -2,7 +2,7 @@ #include "game.h" void initSoldato(Entity * entity, Game * game) { - entity->model = &game->assets.models[ANTIFA_SHIP_ASSET]; + entity->model = &game->assets.models[SOLDATO_ASSET]; entity->velocity.angularVelocity = (AxisAngle){(Vector3){1.0, 1.0, 1.0}, 1.0}; } -- cgit v1.2.3