diff options
Diffstat (limited to 'examples/gui')
-rw-r--r-- | examples/gui/sprites/spritedemo.lpr | 1 |
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; |