mirror of
https://github.com/MaSzyna-EU07/maszyna.git
synced 2026-07-20 13:39:18 +02:00
support for seasonal texture sets, wireframe mode render speed fix
This commit is contained in:
@@ -28,9 +28,9 @@ struct opengl_material {
|
||||
bool
|
||||
deserialize( cParser &Input, bool const Loadnow );
|
||||
private:
|
||||
// imports member data pair from the config file
|
||||
// imports member data pair from the config file, overriding existing parameter values of lower priority
|
||||
bool
|
||||
deserialize_mapping( cParser &Input, bool const Loadnow );
|
||||
deserialize_mapping( cParser &Input, int const Priority, bool const Loadnow );
|
||||
};
|
||||
|
||||
class material_manager {
|
||||
|
||||
Reference in New Issue
Block a user