mirror of
https://github.com/TES3MP/openmw-tes3mp.git
synced 2025-04-01 12:36:42 +00:00
Revert "Fix LightSource crash"
This reverts commit f336c6db87
.
Root cause should be fixed in next commit.
This commit is contained in:
parent
72252d4f32
commit
0210b87ffc
1 changed files with 2 additions and 2 deletions
|
@ -76,7 +76,7 @@ namespace SceneUtil
|
||||||
|
|
||||||
struct LightSourceTransform
|
struct LightSourceTransform
|
||||||
{
|
{
|
||||||
osg::ref_ptr<LightSource> mLightSource;
|
LightSource* mLightSource;
|
||||||
osg::Matrix mWorldMatrix;
|
osg::Matrix mWorldMatrix;
|
||||||
};
|
};
|
||||||
|
|
||||||
|
@ -84,7 +84,7 @@ namespace SceneUtil
|
||||||
|
|
||||||
struct LightSourceViewBound
|
struct LightSourceViewBound
|
||||||
{
|
{
|
||||||
osg::ref_ptr<LightSource> mLightSource;
|
LightSource* mLightSource;
|
||||||
osg::BoundingSphere mViewBound;
|
osg::BoundingSphere mViewBound;
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue