deleted two line of codes.

This commit is contained in:
2021-06-19 20:37:25 +08:00
parent 3bb74b99cc
commit 6cba28905e

View File

@@ -59,12 +59,6 @@ namespace hgl
void Render(RenderableInstance *);
private:
friend class SceneTreeToRenderList;
void Set(List<RenderableInstance *> *,GPUBuffer *,const uint32_t);
public:
RenderList(GPUDevice *);