suppress few more warnings
This commit is contained in:
@@ -81,7 +81,7 @@ namespace OpenVulkano
|
||||
for (int i = 0, xOffset = -5; i < atlasesCount; i++, xOffset += 20)
|
||||
{
|
||||
float totalH = 0;
|
||||
for (int j = 0; j < texts.size(); j++)
|
||||
for (size_t j = 0; j < texts.size(); j++)
|
||||
{
|
||||
TextDrawable* t = nullptr;
|
||||
#if defined(MSDFGEN_AVAILABLE) && defined(CREATE_NEW_ATLAS)
|
||||
|
||||
Reference in New Issue
Block a user