aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorUnavailableDev <ggwildplay@gmail.com>2023-03-08 15:37:25 +0100
committerUnavailableDev <ggwildplay@gmail.com>2023-03-08 15:37:25 +0100
commit65f9982ba6992e62960d20bb690cf29ef60e835c (patch)
treeec3487b900389eee3dd898a4a949d370a82c8758 /src
parentc63bbb2483eef7d07079f950096463abc01ce16f (diff)
spelling correction
Diffstat (limited to 'src')
-rw-r--r--src/stm32/TODO/hh_entity.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/stm32/TODO/hh_entity.h b/src/stm32/TODO/hh_entity.h
index 82d75c5..768b2e6 100644
--- a/src/stm32/TODO/hh_entity.h
+++ b/src/stm32/TODO/hh_entity.h
@@ -7,10 +7,10 @@ typedef struct hh_entity
//armor/block?
};
-/// @brief detect for collision enity and eviroment
+/// @brief detect for collision entity and environment
/// @param environment position of tile to be checked
/// @param entity position entity
-/// @return true if collision between enity and environment
+/// @return true if collision between entity and environment
bool hh_collision(const vec2& environment, const vec2& entity);
/// @brief solve collisions