Skip to content
GitLab
Menu
Why GitLab
Pricing
Contact Sales
Explore
Why GitLab
Pricing
Contact Sales
Explore
Sign in
Get free trial
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 {
...
@@ -140,7 +140,7 @@ class KouiTrait extends iron.Trait {
notifyOnRender2D
(
function
(
g2
:
kha
.
graphics2
.
Graphics
)
{
notifyOnRender2D
(
function
(
g2
:
kha
.
graphics2
.
Graphics
)
{
g2
.
end
();
g2
.
end
();
Koui
.
render
(
g2
);
Koui
.
render
(
g2
);
g2
.
begin
();
g2
.
begin
(
false
);
});
});
});
});
});
});
...
...
...
...