Update versions
This commit is contained in:
parent
28bd276606
commit
eba6c5392f
4 changed files with 20 additions and 27 deletions
|
|
@ -19,8 +19,7 @@ pub fn main() anyerror!void {
|
|||
//--------------------------------------------------------------------------------------
|
||||
|
||||
// Main game loop
|
||||
while (!rl.WindowShouldClose()) // Detect window close button or ESC key
|
||||
{
|
||||
while (!rl.WindowShouldClose()) { // Detect window close button or ESC key
|
||||
// Update
|
||||
//----------------------------------------------------------------------------------
|
||||
// TODO: Update your variables here
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue