Add missing RenderInfoType enum to Viewport
This commit is contained in:
@ -138,6 +138,7 @@ public:
|
||||
enum RenderInfoType {
|
||||
RENDER_INFO_TYPE_VISIBLE,
|
||||
RENDER_INFO_TYPE_SHADOW,
|
||||
RENDER_INFO_TYPE_CANVAS,
|
||||
RENDER_INFO_TYPE_MAX
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user