rickomax / psxprev

PSXPREV - Playstation (PSX) Files Previewer/Extractor
BSD 2-Clause "Simplified" License
193 stars 10 forks source link

Grid Size of 0 causes models to move back to their original position #130

Closed trigger-segfault closed 11 months ago

trigger-segfault commented 11 months ago

When moving objects with the translation Gizmo, it will align them to the grid size specified by the numeric up/down. But if you set the grid size to zero, the model snaps back after letting go of the gizmo. This likely has to do with division-by-zero.

trigger-segfault commented 11 months ago

This has been fixed by PR #134.