Changes
Page history
Fix Armory code
authored
Jan 26, 2022
by
Moritz Brückner
Hide whitespace changes
Inline
Side-by-side
Getting-Started.md
View page @
00b6d433
...
...
@@ -138,7 +138,9 @@ class KouiTrait extends iron.Trait {
Koui
.
add
(
button
);
notifyOnRender2D
(
function
(
g2
:
kha
.
graphics2
.
Graphics
)
{
g2
.
end
();
Koui
.
render
(
g2
);
g2
.
begin
();
});
});
});
...
...
...
...