summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGraeme Geldenhuys <graemeg@gmail.com>2013-03-21 17:07:28 +0000
committerGraeme Geldenhuys <graemeg@gmail.com>2013-03-21 17:07:28 +0000
commit0d3269687b16fe192b37b188b8089805dd383f3c (patch)
tree22835e65d9527570ea33f33646e1639ef3608179
parentcffa7e3534ae92855ea13a928e007862bb534b20 (diff)
downloadfpGUI-0d3269687b16fe192b37b188b8089805dd383f3c.tar.xz
sprite demo: fixes the text color - due to the new background image.
-rw-r--r--examples/gui/sprites/spritedemo.lpr1
1 files changed, 1 insertions, 0 deletions
diff --git a/examples/gui/sprites/spritedemo.lpr b/examples/gui/sprites/spritedemo.lpr
index 562aa0fa..ead9f1bf 100644
--- a/examples/gui/sprites/spritedemo.lpr
+++ b/examples/gui/sprites/spritedemo.lpr
@@ -73,6 +73,7 @@ begin
// paint debug info
if FShowInterval then
begin
+ Canvas.TextColor := clWhite;
Canvas.DrawText(4, 4, 'Timer Interval: ' + IntToStr(Timer.Interval));
end;
end;