diff options
Diffstat (limited to 'Game/Code/lib/projectM/1.0')
-rw-r--r-- | Game/Code/lib/projectM/1.0/projectM.pas | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Game/Code/lib/projectM/1.0/projectM.pas b/Game/Code/lib/projectM/1.0/projectM.pas index c16873af..47da36cc 100644 --- a/Game/Code/lib/projectM/1.0/projectM.pas +++ b/Game/Code/lib/projectM/1.0/projectM.pas @@ -16,7 +16,7 @@ uses const
{$IFDEF win32}
- libprojectM = 'Libraries\projectM-cwrapper.dll';
+ libprojectM = 'projectM-cwrapper.dll';
{$ELSE}
libprojectM = 'libprojectM-cwrapper.so';
{$ENDIF}
|