mirror of
https://github.com/MaddyThorson/StrawberryBF.git
synced 2025-01-31 07:48:27 +08:00
Credit comment
This commit is contained in:
parent
ac45b58305
commit
df00a1ec82
@ -107,6 +107,10 @@ namespace Strawberry
|
||||
sw.Start();
|
||||
int curPhysTickCount = 0;
|
||||
|
||||
/*
|
||||
Game loop adapted from Brian Fiete's SDLApp.bf in the Beef SDL2 Library
|
||||
*/
|
||||
|
||||
while (true)
|
||||
{
|
||||
SDL.Event event;
|
||||
|
Loading…
Reference in New Issue
Block a user