mirror of
https://github.com/love2d/love.git
synced 2026-08-12 08:30:56 +02:00
@@ -122,9 +122,6 @@ void Text::addTextData(const TextData &t)
|
||||
text_data.clear();
|
||||
}
|
||||
|
||||
if (vertices.empty())
|
||||
return;
|
||||
|
||||
if (t.use_matrix)
|
||||
t.matrix.transformXY(&vertices[0], &vertices[0], (int) vertices.size());
|
||||
|
||||
|
||||
Reference in New Issue
Block a user