diff options
Diffstat (limited to 'Game/Code/lib/JEDI-SDL/SDL_ttf/Pas')
-rw-r--r-- | Game/Code/lib/JEDI-SDL/SDL_ttf/Pas/sdl_ttf.pas | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Game/Code/lib/JEDI-SDL/SDL_ttf/Pas/sdl_ttf.pas b/Game/Code/lib/JEDI-SDL/SDL_ttf/Pas/sdl_ttf.pas index 73001038..88966f82 100644 --- a/Game/Code/lib/JEDI-SDL/SDL_ttf/Pas/sdl_ttf.pas +++ b/Game/Code/lib/JEDI-SDL/SDL_ttf/Pas/sdl_ttf.pas @@ -179,7 +179,7 @@ uses const
{$IFDEF WINDOWS}
- SDLttfLibName = 'Libraries\SDL_ttf.dll';
+ SDLttfLibName = 'SDL_ttf.dll';
{$ENDIF}
{$IFDEF UNIX}
|