diff options
| author | MegaMech <inkstudios1@hotmail.com> | 2024-12-13 15:19:39 -0700 |
|---|---|---|
| committer | MegaMech <inkstudios1@hotmail.com> | 2024-12-13 15:19:39 -0700 |
| commit | 7f22f75db7fa7a1b2149bc953d2a159c52bc5e8b (patch) | |
| tree | 71cacfc66228dcd9f509fc2d7894689b426778b7 /src/engine/objects/Thwomp.h | |
| parent | 517a59fbf49a4d2bb59aefb10f2acfcdd17ff75e (diff) | |
Trophy, Object impl, and cleanup
Diffstat (limited to 'src/engine/objects/Thwomp.h')
| -rw-r--r-- | src/engine/objects/Thwomp.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/engine/objects/Thwomp.h b/src/engine/objects/Thwomp.h index 517d2972d..f64318e4d 100644 --- a/src/engine/objects/Thwomp.h +++ b/src/engine/objects/Thwomp.h @@ -18,7 +18,7 @@ extern "C" { //! @todo make adjustable properties for squishSize and boundingBoxSize /** - * Thwomp GameObject + * Thwomp OObject * * The game automatically places the actor on the ground so you do not need to provide a Y coordinate value. * |
