mirror of
https://github.com/luanti-org/luanti.git
synced 2025-06-27 16:36:03 +00:00
Clean up log messages everywhere
This commit is contained in:
parent
6ec447a1aa
commit
f1d9880006
17 changed files with 247 additions and 248 deletions
|
@ -38,8 +38,6 @@ Clouds::Clouds(
|
|||
m_camera_pos(0,0),
|
||||
m_time(0)
|
||||
{
|
||||
dstream<<__FUNCTION_NAME<<std::endl;
|
||||
|
||||
m_material.setFlag(video::EMF_LIGHTING, false);
|
||||
m_material.setFlag(video::EMF_BACK_FACE_CULLING, false);
|
||||
m_material.setFlag(video::EMF_BILINEAR_FILTER, false);
|
||||
|
@ -54,7 +52,6 @@ Clouds::Clouds(
|
|||
|
||||
Clouds::~Clouds()
|
||||
{
|
||||
dstream<<__FUNCTION_NAME<<std::endl;
|
||||
}
|
||||
|
||||
void Clouds::OnRegisterSceneNode()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue