Credit comment

This commit is contained in:
Matt Thorson 2020-05-21 20:36:01 -07:00
parent ac45b58305
commit df00a1ec82

View File

@ -107,6 +107,10 @@ namespace Strawberry
sw.Start(); sw.Start();
int curPhysTickCount = 0; int curPhysTickCount = 0;
/*
Game loop adapted from Brian Fiete's SDLApp.bf in the Beef SDL2 Library
*/
while (true) while (true)
{ {
SDL.Event event; SDL.Event event;