Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
Disable loading .mtl files. Theyre not used anyway.
- Loading branch information
Showing
with
2 additions
and
0 deletions.
-
+2
−0
src/game.cpp
|
@@ -1697,6 +1697,8 @@ bool Game::startup(bool *kill, |
|
|
driver = device->getVideoDriver(); |
|
|
smgr = device->getSceneManager(); |
|
|
|
|
|
smgr->getParameters()->setAttribute(scene::OBJ_LOADER_IGNORE_MATERIAL_FILES, true); |
|
|
|
|
|
if (!init(map_dir, address, port, gamespec)) |
|
|
return false; |
|
|
|
|
|
This comment has been minimized.
638f3a8
Yes! these errors flooded my console. There was a HUGE list.