oops. tex could expire, too...
authornemo
Mon, 14 Nov 2011 13:30:17 -0500
changeset 6374 b024e279587c
parent 6373 67de1f88d8f9
child 6375 fcea0c053bc1
child 6376 60e2031db563
oops. tex could expire, too...
hedgewars/uCaptions.pas
--- a/hedgewars/uCaptions.pas	Mon Nov 14 13:15:55 2011 -0500
+++ b/hedgewars/uCaptions.pas	Mon Nov 14 13:30:17 2011 -0500
@@ -48,7 +48,7 @@
         Captions[Group].Tex:= nil
         end;
     
-    if Captions[Group].Text <> s then
+    if Captions[Group].Tex = nil then
         begin
         Captions[Group].Text:= s;
         Captions[Group].Tex:= RenderStringTex(s, Color, fntBig)