fix debug build with vs2017
This commit is contained in:
@@ -67,8 +67,8 @@ void TextMesh::update(kFont id, const char* text)
|
||||
float y = 0;
|
||||
std::vector<glm::vec4> v;
|
||||
std::vector<GLushort> idx;
|
||||
glm::vec2 bbmin;
|
||||
glm::vec2 bbmax;
|
||||
glm::vec2 bbmin(FLT_MAX);
|
||||
glm::vec2 bbmax(-FLT_MAX);
|
||||
for (int i = 0; i < len; i++)
|
||||
{
|
||||
int c = text[i] - f.start_char;
|
||||
|
||||
Reference in New Issue
Block a user