mirror of
https://github.com/MaSzyna-EU07/maszyna.git
synced 2026-03-22 15:05:03 +01:00
if/ifdef fix
This commit is contained in:
@@ -14,7 +14,7 @@ void main()
|
||||
|
||||
// color data is shared with normals, ugh
|
||||
gl_FragData[0] = vec4(f_normal_raw.bgr, 1.0f);
|
||||
#ifdef MOTIONBLUR_ENABLED
|
||||
#if MOTIONBLUR_ENABLED
|
||||
gl_FragData[1] = vec4(0.0f);
|
||||
#endif
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user