'Fix' fog in 'Breakdown' intros

This commit is contained in:
Jannik Vogel 2015-08-29 18:37:16 +02:00
parent a6968d4696
commit 76c0cf8d87
1 changed files with 1 additions and 0 deletions

View File

@ -746,6 +746,7 @@ QString* vsh_translate(uint16_t version,
qstring_append(header, vsh_header);
QString *body = qstring_from_str("\n");
qstring_append(body," oFog.x = 1.0;\n"); /* FIXME: Use foggen? */
bool has_final = false;
int slot;