We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 435f305 commit 7a8cf18Copy full SHA for 7a8cf18
1 file changed
library/testing/TestSDKTriggerInteractions.cxx
@@ -21,6 +21,7 @@ struct TestTriggerHelper
21
f3d::engine engine = f3d::engine::create(true);
22
engine.getWindow().setSize(300, 300);
23
engine.getScene().add(this->DataPath);
24
+ engine.getWindow().render();
25
26
func(engine);
27
}
0 commit comments