diff examples/tank_wars/render.cpp @ 305:b57d76dcc9ae prerelease

Merge
author Giulio Moro <giuliomoro@yahoo.it>
date Fri, 27 May 2016 17:51:34 +0100
parents 421a69d42943
children 493a07f6ec09
line wrap: on
line diff
--- a/examples/tank_wars/render.cpp	Fri May 27 17:49:05 2016 +0100
+++ b/examples/tank_wars/render.cpp	Fri May 27 17:51:34 2016 +0100
@@ -127,7 +127,7 @@
 
 	// Initialise auxiliary tasks
 	if((gScreenUpdateTask = Bela_createAuxiliaryTask(&screen_update, 90,
-														 "beaglert-screen-update")) == 0)
+														 "bela-screen-update")) == 0)
 		return false;
 
 	return true;