summaryrefslogtreecommitdiff
path: root/src/List.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/List.cpp')
-rw-r--r--src/List.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/List.cpp b/src/List.cpp
index fefb37d..bd0f5d4 100644
--- a/src/List.cpp
+++ b/src/List.cpp
@@ -2,7 +2,7 @@
List::List(vector <Location> i)
{
- for(int i = 0; i < 10; i++)
+ for(int i = 0; i < 3; i++)
{
Location L;
L.x = 150;