mirror of https://github.com/xemu-project/xemu.git
'Fix' fog in 'Breakdown' intros
This commit is contained in:
parent
a6968d4696
commit
76c0cf8d87
|
@ -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;
|
||||
|
|
Loading…
Reference in New Issue