jmorton06 / Lumos

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

Selection object with mouse clicks work not correctly #135

Open larinius opened 9 months ago

larinius commented 9 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 8 months ago

Sorry for late reply. Will try and get this fixed