mirror of
https://github.com/MaSzyna-EU07/maszyna.git
synced 2026-07-19 07:39:19 +02:00
minor bug fixes, minor diagnostics tweaks
This commit is contained in:
@@ -43,7 +43,8 @@ void opengl_material::log_error(const std::string &str)
|
||||
std::map<std::string, int> texture_bindings {
|
||||
|
||||
{ "diffuse", 0 },
|
||||
{ "normal", 1 }
|
||||
{ "normals", 1 },
|
||||
{ "normalmap", 1 }
|
||||
};
|
||||
|
||||
void opengl_material::finalize(bool Loadnow)
|
||||
|
||||
Reference in New Issue
Block a user