Remove copy method from drawable
This commit is contained in:
@@ -39,8 +39,6 @@ namespace OpenVulkano::Scene
|
||||
|
||||
void Init(SimpleDrawable* drawable);
|
||||
|
||||
[[nodiscard]] Drawable* Copy() override { return new SimpleDrawable(this); }
|
||||
|
||||
[[nodiscard]] Geometry* GetMesh() const { return m_mesh; }
|
||||
|
||||
[[nodiscard]] Material* GetMaterial() const { return m_material; }
|
||||
|
||||
Reference in New Issue
Block a user