Cleanup: DRW: Avoid warning caused by class/struct mismatching definition
Showed as a compiler warning.
This commit is contained in:
@@ -43,7 +43,7 @@ struct ViewLayer;
|
||||
struct World;
|
||||
namespace blender::draw {
|
||||
class TextureFromPool;
|
||||
class ObjectRef;
|
||||
struct ObjectRef;
|
||||
} // namespace blender::draw
|
||||
|
||||
typedef struct DRWPass DRWPass;
|
||||
|
||||
Reference in New Issue
Block a user