Skip to content
Update Getting Started authored by Moritz Brückner's avatar Moritz Brückner
......@@ -95,7 +95,7 @@ class Main {
}
```
> There is no need to call a drawing function on each frame. Koui handles all of this for you!
> There is no need to call a drawing function on each frame. Koui handles all of this for you as long as you initialize it after you registered you're main drawing function!
## Armory3D
There is no need to add a entry to the `khafile.js`, Armory will pick it up automatically.
......@@ -139,4 +139,4 @@ class KouiTrait extends iron.Trait {
}
```
> There is no need to call a drawing function on each frame. Koui handles all of this for you!
> There is no need to call a drawing function on each frame. Koui handles all of this for you as long as you initialize it after you registered you're main drawing function!