summaryrefslogtreecommitdiff
path: root/WorldSegment.h
diff options
context:
space:
mode:
authorJonas Ask2009-10-30 16:33:45 +0000
committerJonas Ask2009-10-30 16:33:45 +0000
commita17037974d9053650558f86d527720c9e843d283 (patch)
tree89d2975db67b357324c93082f3c13d429cb717e8 /WorldSegment.h
parent5b51a65b6c0cf97727ca91e7a62af6b8ea443ec6 (diff)
downloadstonesense-a17037974d9053650558f86d527720c9e843d283.tar.gz
stonesense-a17037974d9053650558f86d527720c9e843d283.tar.bz2
stonesense-a17037974d9053650558f86d527720c9e843d283.tar.xz
Fixed an embarrassing bug in CoordinateInsideRegion function. It is now called CoordinateInsideSEGMENT and works as expected.
Diffstat (limited to 'WorldSegment.h')
-rw-r--r--WorldSegment.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/WorldSegment.h b/WorldSegment.h
index 66cf88a..8d7157b 100644
--- a/WorldSegment.h
+++ b/WorldSegment.h
@@ -46,5 +46,5 @@ public:
Block* getBlock(uint32_t index);
void addBlock(Block* b);
void drawAllBlocks(BITMAP* target);
- bool CoordinateInsideRegion(uint32_t x, uint32_t y, uint32_t z);
+ bool CoordinateInsideSegment(uint32_t x, uint32_t y, uint32_t z);
}; \ No newline at end of file