You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In the heat_world puzzle, at the end of the ReferenceExecute function, the instruction buffer[index] = res; is missing after res=std::min(1.0f, std::max(-1.0f, res));.