forked from Mirrorlandia_minetest/minetest
Fix two spelling mistakes
Co-authored-by: Tobias Frost <tobi@debian.org>
This commit is contained in:
parent
5ced5c9b27
commit
7069d99aa6
@ -840,7 +840,7 @@ void GenericCAO::addToScene(ITextureSource *tsrc, scene::ISceneManager *smgr)
|
|||||||
oss << "GenericCAO::addToScene(): Model "
|
oss << "GenericCAO::addToScene(): Model "
|
||||||
<< m_prop.mesh << " loaded with " << mat_count
|
<< m_prop.mesh << " loaded with " << mat_count
|
||||||
<< " mesh buffers but only " << m_prop.textures.size()
|
<< " mesh buffers but only " << m_prop.textures.size()
|
||||||
<< " texture(s) specifed, this is deprecated.";
|
<< " texture(s) specified, this is deprecated.";
|
||||||
logOnce(oss, warningstream);
|
logOnce(oss, warningstream);
|
||||||
|
|
||||||
video::ITexture *last = m_animated_meshnode->getMaterial(0).TextureLayer[0].Texture;
|
video::ITexture *last = m_animated_meshnode->getMaterial(0).TextureLayer[0].Texture;
|
||||||
|
@ -73,7 +73,7 @@ public:
|
|||||||
void addGameMods(const SubgameSpec &gamespec);
|
void addGameMods(const SubgameSpec &gamespec);
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Adds mods specifed by a world.mt config
|
* Adds mods specified by a world.mt config
|
||||||
*
|
*
|
||||||
* @param settings_path Path to world.mt
|
* @param settings_path Path to world.mt
|
||||||
* @param modPaths Map from virtual name to mod path
|
* @param modPaths Map from virtual name to mod path
|
||||||
|
Loading…
Reference in New Issue
Block a user