From 054eaebe9a2cee9e1f2ad62cf263bda77fa4f86d Mon Sep 17 00:00:00 2001 From: bloeys Date: Tue, 2 Aug 2022 03:32:02 +0400 Subject: [PATCH] Comment out saving debug atlas --- main.go | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/main.go b/main.go index 91448de..f1ef9bd 100755 --- a/main.go +++ b/main.go @@ -217,9 +217,9 @@ func (p *nterm) Init() { panic("Failed to create atlas from font file. Err: " + err.Error()) } - if consts.Mode_Debug { - glyphs.SaveImgToPNG(p.GlyphRend.Atlas.Img, "./debug-atlas.png") - } + // if consts.Mode_Debug { + // glyphs.SaveImgToPNG(p.GlyphRend.Atlas.Img, "./debug-atlas.png") + // } //Load resources p.gridMesh, err = meshes.NewMesh("grid", "./res/models/quad.obj", 0)