Update Getting Started authored by Moritz Brückner's avatar Moritz Brückner
......@@ -140,7 +140,7 @@ class KouiTrait extends iron.Trait {
notifyOnRender2D(function(g2: kha.graphics2.Graphics) {
g2.end();
Koui.render(g2);
g2.begin();
g2.begin(false);
});
});
});
......
......