mirror of
https://github.com/MaSzyna-EU07/maszyna.git
synced 2026-07-18 22:39:18 +02:00
param parsing fix, use colored material alpha
This commit is contained in:
@@ -165,7 +165,7 @@ opengl_material::deserialize_mapping( cParser &Input, int const Priority, bool c
|
||||
|
||||
if( ( true == key.empty() ) || ( key == "}" ) ) { return false; }
|
||||
|
||||
auto value { Input.getToken<std::string>( true, "\n\r\t ,;" ) };
|
||||
auto value { Input.getToken<std::string>( true, "\n\r\t,;" ) };
|
||||
|
||||
if( Priority != -1 ) {
|
||||
// regular attribute processing mode
|
||||
|
||||
Reference in New Issue
Block a user