Remove unclear warning.

Weather node without particles is fine and it's used in Blackhill Mansion (just for lightning). The warning was suggesting that something is wrong there.
This commit is contained in:
Deve 2017-08-30 21:21:43 +02:00
parent 0dd3bbbd9b
commit 69e26d7561

View File

@ -2030,11 +2030,6 @@ void Track::loadObjects(const XMLNode* root, const std::string& path, ModelDefin
m_sky_particles =
ParticleKindManager::get()->getParticles(weather_particles);
}
else
{
Log::error("track", "Bad weather node found - ignored.\n");
continue;
}
}
else if (name == "sun")
{