hotReload static method

void hotReload()

Placeholder function for hot-reloading. Currently does nothing.

Implementation

static void hotReload() {
  /// todo: search a way to kill active.
  // if(!initialized) return ;
  // GTween.killAll();
  // initialized = false;
}