16
0
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:
tmj-fstate
2019-12-17 14:50:04 +01:00
parent 57b88ec64a
commit 0ebc7e282f
10 changed files with 57 additions and 48 deletions

View File

@@ -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)