From 676e81e88faea63c163875ef7296da8015ae7a1d Mon Sep 17 00:00:00 2001 From: mogguh Date: Tue, 15 Jul 2008 14:56:06 +0000 Subject: As sdl_ttf isn't of any use for now, I uncommented all occurrences of it. git-svn-id: svn://svn.code.sf.net/p/ultrastardx/svn/trunk@1195 b956fd51-792f-4845-bead-9b4dfca2ff2c --- Game/Code/Classes/TextGL.pas | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Game/Code/Classes/TextGL.pas') diff --git a/Game/Code/Classes/TextGL.pas b/Game/Code/Classes/TextGL.pas index 2e186793..3521c5be 100644 --- a/Game/Code/Classes/TextGL.pas +++ b/Game/Code/Classes/TextGL.pas @@ -17,7 +17,7 @@ uses SDL, UTexture, Classes, - SDL_ttf, +// SDL_ttf, ULog; procedure BuildFont; // build our bitmap font -- cgit v1.2.3