jmorton06 / Lumos

Cross-Platform C++ 2D/3D game engine
MIT License
1.21k stars 130 forks source link

Selection object with mouse clicks work not correctly #135

Open larinius opened 4 months ago

larinius commented 4 months ago

Describe the bug Every second selection click on an object works not correctly.

To Reproduce Put a cube on the scene, select the cube, and click again - selection lost. Same behavior when trying to select the camera - every second click on the camera deselects it.

Expected behavior Normal selection

Screenshots Cube selection

Desktop (please complete the following information): Windows 10

Additional context Built using VS2022 from main.

jmorton06 commented 4 months ago

Sorry for late reply. Will try and get this fixed