Commit 37aa5811 authored by Adam H. Abbas's avatar Adam H. Abbas
Browse files

scene argument for pegs

parent 9307bdfc
No related merge requests found
Showing with 1 addition and 1 deletion
+1 -1
......@@ -256,7 +256,7 @@ int main(void) {
// Repeatedly render scene
double time_since_drop = INFINITY;
while (!sdl_is_done()) {
while (!sdl_is_done(scene)) {
double dt = time_since_last_tick();
// Add a new ball every DROP_INTERVAL seconds
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment