Correct arg quote handling in windows+place return at end of cmdBuf

This commit is contained in:
bloeys
2022-07-22 20:07:30 +04:00
parent b6f39bd1ba
commit 76992472d4
2 changed files with 9 additions and 2 deletions

View File

@ -127,7 +127,7 @@ func (gr *GlyphRend) DrawTextOpenGLAbs(text []rune, screenPos *gglm.Vec3, color
return *pos
}
// @TODO: Debug
// @Debug
var PrintPositions bool
func (gr *GlyphRend) drawRune(run *TextRun, i int, prevRune rune, screenPos, pos *gglm.Vec3, color *gglm.Vec4, lineHeightF32 float32, bufIndex *uint32) {