testing some performance stuff

This commit is contained in:
2026-06-26 14:29:55 -05:00
parent e53775b97f
commit dd22d6424a
4 changed files with 29 additions and 19 deletions
+3 -3
View File
@@ -48,9 +48,9 @@ errorret_t rpgInit(void) {
npcpath_t *path = &npc->data.npc.moveData.path;
path->positions[0] = (worldpos_t){ 3, 3, 0 };
path->positions[1] = (worldpos_t){ 5, 3, 0 };
path->positions[2] = (worldpos_t){ 5, 5, 0 };
path->positions[3] = (worldpos_t){ 3, 5, 0 };
path->positions[1] = (worldpos_t){ 10, 3, 0 };
path->positions[2] = (worldpos_t){ 10, 10, 0 };
path->positions[3] = (worldpos_t){ 3, 10, 0 };
path->count = 4;
// All Good!