Skip to content
  • Sebastien Barre's avatar
    BUG: (?): GetActiveCamera would instantiate a camera, and call a ResetCamera.... · 4035ad39
    Sebastien Barre authored
    BUG: (?): GetActiveCamera would instantiate a camera, and call a ResetCamera. This would have a lot of side effects side effects (like computing the bounds of all props, which will eventually call UpdateInformation() on data objects, etc). It's old, but let's try without. Obviously can be solved by calling ResetCamera manually.
        // this->ResetCamera();
    4035ad39