remove ui namespace which is not really used, move CameraData in camera_modes.h to avoid the inclusion of canva.h
This commit is contained in:
@@ -6,7 +6,7 @@
|
||||
class NodeImage : public Node
|
||||
{
|
||||
public:
|
||||
static ui::Plane m_plane;
|
||||
static Plane m_plane;
|
||||
static Sampler m_sampler;
|
||||
static Sampler m_sampler_mips;
|
||||
bool m_use_atlas = false;
|
||||
|
||||
Reference in New Issue
Block a user