diff options
author | Matthew Kosarek <mattkae@protonmail.com> | 2021-03-27 11:49:56 -0400 |
---|---|---|
committer | Matthew Kosarek <mattkae@protonmail.com> | 2021-03-27 11:49:56 -0400 |
commit | 58488f8eabcc61089e0ae4297f38f10cc28d78c7 (patch) | |
tree | 81ac504e61c57c7228024ad40710f782a3d8c884 /frontend/roadmap.html | |
parent | 26ea81c5893778a7fa4ecbb2e8f561c9edabd0b3 (diff) |
Working reusable simulation loop
Diffstat (limited to 'frontend/roadmap.html')
-rw-r--r-- | frontend/roadmap.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/frontend/roadmap.html b/frontend/roadmap.html index 9daa3ed..4543028 100644 --- a/frontend/roadmap.html +++ b/frontend/roadmap.html @@ -50,7 +50,7 @@ <ul> <li class="done">Orthographic rendering basics</li> <li class="done">Uniform build Process for WebAssembly</li> - <li>WASM Framework with simulation loop</li> + <li class="done">WASM Framework with simulation loop</li> </ul> <hr/> <h1>2D Collisions with Descriptions</h1> |