summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--world.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/world.cpp b/world.cpp
index 410ed04..bdd0e5a 100644
--- a/world.cpp
+++ b/world.cpp
@@ -33,7 +33,7 @@ void* Slinky::get(Entity_Id eid, int mapping, int size) {
}
void Slinky::remove(Entity_Id eid, int mapping, int size) {
- int end = (count - 1) * size;
+ int end = (--count) * size;
assert(eid == entities[mapping]);
(void)eid;
memmove(