mirror of
https://git.code.sf.net/p/quake/quakeforge
synced 2025-02-25 13:11:00 +00:00
Properly separate the two glsl files in C.
This commit is contained in:
parent
4258f0408a
commit
77fa66b2e8
1 changed files with 1 additions and 1 deletions
|
@ -58,7 +58,7 @@
|
||||||
|
|
||||||
static const char quakeforge_effect[] =
|
static const char quakeforge_effect[] =
|
||||||
#include "quakeforge.slc"
|
#include "quakeforge.slc"
|
||||||
"--" // ensure the last block of the previous file doesn't merge with
|
"--\n" // ensure the last block of the previous file doesn't merge with
|
||||||
// the first block of the next file
|
// the first block of the next file
|
||||||
// Include Stefan Gustavson's noise functions in the QuakeForge shader
|
// Include Stefan Gustavson's noise functions in the QuakeForge shader
|
||||||
// effect "file".
|
// effect "file".
|
||||||
|
|
Loading…
Reference in a new issue