Skip to content

Commit 2bec4dd

Browse files
committed
ok direction
1 parent ecbbd57 commit 2bec4dd

File tree

7 files changed

+11
-11
lines changed

7 files changed

+11
-11
lines changed

demo/public/php-web.data

117 Bytes
Binary file not shown.

demo/public/php-web.data.js

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

demo/public/php-web.mjs

Lines changed: 2 additions & 2 deletions
Large diffs are not rendered by default.

index.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -25,8 +25,8 @@
2525
{
2626
// maximum speed (we stop sdl) !
2727
// $app->game->disableSdl = true ;
28-
// $app->game->gameLoop->start(1);
29-
// $app->game->disableSdl = false ;
28+
$app->game->gameLoop->start(1);
29+
// $app->game->disableSdl = false ;
3030
}
3131

3232
// utilise animatedRequest
@@ -35,7 +35,7 @@
3535
if ($app->game->sdl->renderer->getRenderer() == null)
3636
return ;
3737

38-
// $app->game->disableSdl = false ;
38+
//$app->game->disableSdl = false ;
3939
$app->game->gameLoop->start(1);
4040
}
4141

php-web.data

-1.38 KB
Binary file not shown.

php-web.data.js

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

php-web.mjs

Lines changed: 2 additions & 2 deletions
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)