added graphics cache for drawn messages

This commit is contained in:
fourtf
2017-02-03 19:31:51 +01:00
parent a92c3dc2a4
commit 759e0aea50
7 changed files with 143 additions and 86 deletions
+2 -2
View File
@@ -29,8 +29,8 @@ public:
T const &operator[](int index) const
{
assert(index >= 0);
assert(index < length);
// assert(index >= 0);
// assert(index < length);
return vector->at(index + offset);
}