aboutsummaryrefslogtreecommitdiffstats
path: root/src/world.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/world.cpp')
-rw-r--r--src/world.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/world.cpp b/src/world.cpp
index ec91c02..97ec5ac 100644
--- a/src/world.cpp
+++ b/src/world.cpp
@@ -581,7 +581,7 @@ void World::addHole(unsigned int start,unsigned int end){
}
}
-int World::getWidth(void){
+int World::getStart(void){
return -x_start;
}