aboutsummaryrefslogtreecommitdiff
path: root/src/Text.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/Text.cpp')
-rw-r--r--src/Text.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Text.cpp b/src/Text.cpp
index 7859c7a..138cd9d 100644
--- a/src/Text.cpp
+++ b/src/Text.cpp
@@ -611,7 +611,7 @@ namespace QuickMedia
vertices[i].resize(0);
}
vertices_linear.clear();
- vertices_linear.resize(0);
+ vertices_linear.shrink_to_fit();
}
}