hedgewars/uRender.pas
changeset 11800 6e6248c43942
parent 11798 984f9c76146d
child 11823 0fba6cb098a1
--- a/hedgewars/uRender.pas	Tue May 03 19:06:09 2016 +0200
+++ b/hedgewars/uRender.pas	Tue May 03 20:18:25 2016 +0300
@@ -257,7 +257,7 @@
 var
     shader: GLuint;
     f: PFSFile;
-    source, line: AnsiString;
+    source, line: ansistring;
     sourceA: Pchar;
     lengthA: GLint;
     compileResult: GLint;
@@ -276,7 +276,7 @@
 
     pfsClose(f);
 
-    WriteLnToConsole('Compiling shader: ' + PathPrefix + cPathz[ptShaders] + '/' + shaderFile);
+    WriteLnToConsole('Compiling shader: ' + cPathz[ptShaders] + '/' + shaderFile);
 
     sourceA:=PChar(source);
     lengthA:=Length(source);