mirror of
https://github.com/luanti-org/luanti.git
synced 2025-06-27 16:36:03 +00:00
Fix misc. style issues
This commit is contained in:
parent
01ce57ade5
commit
37d3c3d328
3 changed files with 14 additions and 7 deletions
|
@ -536,8 +536,8 @@ content_t CNodeDefManager::getId(const std::string &name) const
|
|||
}
|
||||
|
||||
|
||||
void CNodeDefManager::getIds(const std::string &name, std::set<content_t> &result)
|
||||
const
|
||||
void CNodeDefManager::getIds(const std::string &name,
|
||||
std::set<content_t> &result) const
|
||||
{
|
||||
//TimeTaker t("getIds", NULL, PRECISION_MICRO);
|
||||
if (name.substr(0,6) != "group:") {
|
||||
|
@ -768,6 +768,8 @@ void CNodeDefManager::updateTextures(ITextureSource *tsrc, IShaderSource *shdsrc
|
|||
break;
|
||||
case NDT_FIRELIKE:
|
||||
f->backface_culling = false;
|
||||
f->solidness = 0;
|
||||
break;
|
||||
case NDT_TORCHLIKE:
|
||||
case NDT_SIGNLIKE:
|
||||
case NDT_FENCELIKE:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue