rickomax / psxprev

PSXPREV - Playstation (PSX) Files Previewer/Extractor

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

trigger-segfault opened this issue · comments

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.

This has been fixed by PR #134.