Skip to content

Instantly share code, notes, and snippets.

View Ratstail91's full-sized avatar

Kayne Ruse Ratstail91

View GitHub Profile
while(1)
{
calculateDT
disaptch inbound packets (you don't pass DT here, instead, this should have a reference to your gamestate object)
update accordingly (pass DT HERE)
render
}