Merge branch 'master' into 12.0-development

This commit is contained in:
Alex Szpakowski
2021-04-07 20:33:44 -03:00
404 changed files with 529 additions and 462 deletions
+1 -4
View File
@@ -1,5 +1,5 @@
/**
* Copyright (c) 2006-2020 LOVE Development Team
* Copyright (c) 2006-2021 LOVE Development Team
*
* This software is provided 'as-is', without any express or implied
* warranty. In no event will the authors be held liable for any damages
@@ -133,9 +133,6 @@ void Text::addTextData(const TextData &t)
textData.clear();
}
if (vertices.empty())
return;
if (t.useMatrix)
t.matrix.transformXY(&vertices[0], &vertices[0], (int) vertices.size());