1
0
Fork 0
mirror of https://github.com/OpenMW/openmw.git synced 2025-06-29 20:41:34 +00:00

Merge branch 'dead_code' into 'master'

remove dead code and fix changelog entry

See merge request OpenMW/openmw!1330
This commit is contained in:
elsid 2021-10-30 03:05:54 +00:00
commit a78dee740a
3 changed files with 0 additions and 16 deletions

View file

@ -12,7 +12,6 @@
Bug #4602: Robert's Bodies: crash inside createInstance()
Bug #4700: Editor: Incorrect command implementation
Bug #4744: Invisible particles must still be processed
Bug #4752: UpdateCellCommand doesn't undo properly
Bug #5088: Sky abruptly changes direction during certain weather transitions
Bug #5100: Persuasion doesn't always clamp the resulting disposition
Bug #5120: Scripted object spawning updates physics system

View file

@ -32,17 +32,6 @@ namespace Resource
namespace MWRender
{
class AtmosphereUpdater;
class AtmosphereNightUpdater;
class CloudUpdater;
class Sun;
class Moon;
class RainCounter;
class RainShooter;
class RainFader;
class AlphaFader;
class UnderwaterSwitchCallback;
///@brief The SkyManager handles rendering of the sky domes, celestial bodies as well as other objects that need to be rendered
/// relative to the camera (e.g. weather particle effects)
class SkyManager

View file

@ -278,10 +278,6 @@ namespace MWRender
{
// no traverse
return;
osg::Vec4 v4;
osg::Vec4 v3;
v4 = v3;
}
else
{