Cleanup: solve compiler warnings.
Classes were predefined as structs.
This commit is contained in:
@@ -21,8 +21,8 @@
|
||||
|
||||
namespace blender::eevee {
|
||||
|
||||
struct ShadowDirectional;
|
||||
struct ShadowPunctual;
|
||||
class ShadowDirectional;
|
||||
class ShadowPunctual;
|
||||
|
||||
using namespace draw;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user