Changes
Page history
Update Getting Started
authored
Jan 26, 2022
by
Moritz Brückner
Show whitespace changes
Inline
Side-by-side
Getting-Started.md
View page @
133a9318
...
...
@@ -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
);
});
});
});
...
...
...
...