Skip to content

Commit 7f61014

Browse files
committed
forgot a function...
1 parent 0c15e77 commit 7f61014

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

library/core/ConsoleScene.cc

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -57,6 +57,11 @@ namespace gf {
5757
return m_clear_style;
5858
}
5959

60+
void ConsoleScene::add_model(Model* model)
61+
{
62+
m_models.add_model(model);
63+
}
64+
6065
void ConsoleScene::add_element(ConsoleElement* element)
6166
{
6267
m_elements.add_element(element);

0 commit comments

Comments
 (0)