From 9806230a2e792326c10353be0955a89fbd34ecef Mon Sep 17 00:00:00 2001 From: the_fiddler Date: Sat, 18 Jul 2009 08:44:14 +0000 Subject: [PATCH] Ported fix for bug [#1005]: Using TextPrinterOptions.Default does not allow text to change color --- Source/Utilities/Graphics/Text/GL1TextOutputProvider.cs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Source/Utilities/Graphics/Text/GL1TextOutputProvider.cs b/Source/Utilities/Graphics/Text/GL1TextOutputProvider.cs index 128782ab..ed1d4f90 100644 --- a/Source/Utilities/Graphics/Text/GL1TextOutputProvider.cs +++ b/Source/Utilities/Graphics/Text/GL1TextOutputProvider.cs @@ -88,6 +88,8 @@ namespace OpenTK.Graphics.Text RectangleF position; + SetColor(color); + int block_hash = block.GetHashCode(); if (block_cache.ContainsKey(block_hash)) { @@ -166,8 +168,6 @@ namespace OpenTK.Graphics.Text key.Bind(); - SetColor(color); - GL.Begin(BeginMode.Triangles); for (int i = 0; i < list.Count; i += 2)