5 lines
63 B
Text
5 lines
63 B
Text
#if @noFog@
|
|
fog( Disable );
|
|
#else
|
|
fog( Enable );
|
|
#endif
|