mirror of
https://github.com/nzp-team/fteqw.git
synced 2024-11-10 22:51:57 +00:00
jk2 shader path added (which is also a cleaner name anyway...)
git-svn-id: https://svn.code.sf.net/p/fteqw/code/trunk@973 fc73d0e0-1445-4013-8a0c-d673dee63da5
This commit is contained in:
parent
9d65df9b4d
commit
ae19812e92
1 changed files with 1 additions and 0 deletions
|
@ -910,6 +910,7 @@ qboolean Shader_Init (void)
|
||||||
|
|
||||||
Con_Printf ( "Initializing Shaders.\n" );
|
Con_Printf ( "Initializing Shaders.\n" );
|
||||||
|
|
||||||
|
COM_EnumerateFiles("shaders/*.shader", Shader_InitCallback, NULL);
|
||||||
COM_EnumerateFiles("scripts/*.shader", Shader_InitCallback, NULL);
|
COM_EnumerateFiles("scripts/*.shader", Shader_InitCallback, NULL);
|
||||||
|
|
||||||
/*
|
/*
|
||||||
|
|
Loading…
Reference in a new issue