adriengivry / Overload

3D game engine with lua scripting
https://overloadengine.org/
MIT License
1.76k stars 226 forks source link

[Regression] Outline on hover isn't working anymore #299

Closed adriengivry closed 3 months ago

adriengivry commented 6 months ago

Description Following the merge of https://github.com/adriengivry/Overload/pull/277, hovering an object in the scene view doesn't reveal an outline for it.

To Reproduce Steps to reproduce the behavior:

  1. Open a new project
  2. Create a cube actor
  3. Hover the cube with your mouse cursor in the scene view
  4. Notice that there is no outline around the cube

Expected behavior An outline should be displayed when hovering an actor

Screenshots overload-missing-outline