Clean up Image class.
This commit is contained in:
parent
4bb87de0e6
commit
0d3674faac
30 changed files with 330 additions and 135 deletions
|
@ -32,6 +32,6 @@ TEST_CASE(TestDirectXRendering, "graphics")
|
|||
auto text_node = std::make_unique<TextNode>("Test", DiscretePoint(100, 100));
|
||||
scene->addNode(text_node.get());
|
||||
|
||||
scene->update(nullptr);
|
||||
scene->update();
|
||||
gui_app->run();
|
||||
};
|
Loading…
Add table
Add a link
Reference in a new issue