remove fog start and fog end parameters
This commit is contained in:
@ -24,7 +24,7 @@ typedef struct Context {
|
||||
float frame_duration;
|
||||
|
||||
/* it is disabled by having fog_density approximately equal to zero */
|
||||
float fog_start, fog_end, fog_density;
|
||||
float fog_density;
|
||||
Color fog_color;
|
||||
|
||||
/* resolution is set from config and dictates both logical and drawing space, as they're related */
|
||||
|
Reference in New Issue
Block a user