Hello guys,
I'm trying to run the Maze example, but it isn`t allocating the graph GKGridGraph.
The line with problem is the one below
GKGridGraph *graph = [GKGridGraph graphFromGridStartingAt:(vector_int2){0, 0} width:AAPLMazeWidth height:AAPLMazeHeight diagonalsAllowed:NO];
(file AAPLLevel.m, funcion init).
I've tried to change the way it allocates (using [[GKGridGraph alloc] initFromGridStartingAt ...], but did't work either.
Thanks.