Skip to content
GitLab
Menu
Why GitLab
Pricing
Contact Sales
Explore
Why GitLab
Pricing
Contact Sales
Explore
Sign in
Get free trial
Sign in or sign up before continuing. Don't have an account yet? Register now to get started.
Register now
Changes
Page history
Fix Armory code
authored
Jan 26, 2022
by
Moritz Brückner
Show 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
();
});
});
});
...
...
...
...