https://bugs.freedesktop.org/show_bug.cgi?id=36236
--- Comment #23 from imamdxl8805@gmail.com 2011-04-20 03:54:46 PDT --- Created an attachment (id=45858) --> (https://bugs.freedesktop.org/attachment.cgi?id=45858) Output1 after modifing data/shader/cg/deferred_light_pixel.cg
in file data/shader/cg/deferred_light_pixel.cg
changed return lerp(half3(FOG_COLOR.xyz), result, deferredSample3.z); to return deferredSample1.xyz;
And the game becomes a 2D game