mirror of
https://github.com/leozide/leocad.git
synced 2026-09-14 18:43:54 +00:00
Fixed warnings.
This commit is contained in:
@@ -195,6 +195,6 @@ void lcStringCache::DrawStrings(lcContext* Context, const lcMatrix44* Transforms
|
||||
|
||||
Context->BindTexture2D(mTexture);
|
||||
Context->SetColor(0.0f, 0.0f, 0.0f, 1.0f);
|
||||
Context->DrawPrimitives(GL_TRIANGLES, 0, Strings.size() * 6);
|
||||
Context->DrawPrimitives(GL_TRIANGLES, 0, static_cast<int>(Strings.size()) * 6);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user