mirror of
https://github.com/MaSzyna-EU07/maszyna.git
synced 2026-07-22 13:59:19 +02:00
implemented geometry bank manager, unified traction render code
This commit is contained in:
@@ -1228,9 +1228,9 @@ extract_value( std::string const &Key, std::string const &Input ) {
|
||||
return value;
|
||||
}
|
||||
|
||||
template <typename _Type>
|
||||
template <typename Type_>
|
||||
bool
|
||||
extract_value( _Type &Variable, std::string const &Key, std::string const &Input, std::string const &Default ) {
|
||||
extract_value( Type_ &Variable, std::string const &Key, std::string const &Input, std::string const &Default ) {
|
||||
|
||||
auto value = extract_value( Key, Input );
|
||||
if( false == value.empty() ) {
|
||||
|
||||
Reference in New Issue
Block a user