mirror of
https://github.com/MaSzyna-EU07/maszyna.git
synced 2026-03-22 15:05:03 +01:00
build 181005. automatic switch trackbed generation
This commit is contained in:
@@ -369,6 +369,11 @@ global_settings::ConfigParse(cParser &Parser) {
|
||||
Parser >> splinefidelity;
|
||||
SplineFidelity = clamp( splinefidelity, 1.f, 4.f );
|
||||
}
|
||||
else if( token == "createswitchtrackbeds" ) {
|
||||
// podwójna jasność ambient
|
||||
Parser.getTokens();
|
||||
Parser >> CreateSwitchTrackbeds;
|
||||
}
|
||||
else if( token == "gfx.resource.sweep" ) {
|
||||
|
||||
Parser.getTokens();
|
||||
|
||||
Reference in New Issue
Block a user