Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

2D-View: "Use Grid Snap" - loop in thread in git-tip #75749

Closed
capnm opened this issue Apr 6, 2023 · 1 comment · Fixed by #75799
Closed

2D-View: "Use Grid Snap" - loop in thread in git-tip #75749

capnm opened this issue Apr 6, 2023 · 1 comment · Fixed by #75799

Comments

@capnm
Copy link
Contributor

capnm commented Apr 6, 2023

Godot version

current git tip 61630d4

System information

Linux

Issue description (update)

grafik
grafik

Bildschirmfoto von 2023-04-08 02-27-14

Bildschirmfoto von 2023-04-08 19-20-10

Steps to reproduce

Start a project that doesn't have an open scene.
(Default Godot settings, disable a default scene, which is autoloaded and calls a reset)

Enable 2D gridsnapping, Godot loops in

while ((transform * ruler_transform).get_scale().x < 50 || (transform * ruler_transform).get_scale().y < 50) {
ruler_transform.scale_basis(Point2(2, 2));
}

@YuriSizov
Copy link
Contributor

Identified as a regression from #74682.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

4 participants