Is smarter way to do this than
static bool init = false; if (!init) { init = true; }
without every frame checking
if (!ini