clean up debug
This commit is contained in:
@@ -13,6 +13,8 @@ namespace Archimedes {
|
||||
|
||||
~Renderer() {}
|
||||
|
||||
void init() { r.init(); }
|
||||
|
||||
void render();
|
||||
|
||||
void addRenderCmd(renderCmd* cmd) { rc.push_back(cmd); }
|
||||
|
||||
Reference in New Issue
Block a user