mirror of
https://github.com/MaSzyna-EU07/maszyna.git
synced 2026-03-22 15:05:03 +01:00
Merge branch 'gfx-work' into sim
This commit is contained in:
@@ -381,7 +381,7 @@ global_settings::ConfigParse(cParser &Parser) {
|
||||
Parser >> smokefidelity;
|
||||
SmokeFidelity = clamp( smokefidelity, 1.f, 4.f );
|
||||
}
|
||||
else if( token == "splinefidelity" ) {
|
||||
if( token == "splinefidelity" ) {
|
||||
// segment size during spline->geometry conversion
|
||||
float splinefidelity;
|
||||
Parser.getTokens();
|
||||
|
||||
Reference in New Issue
Block a user