Skip to content
Commit e6917970 authored by Andreas Cord-Landwehr's avatar Andreas Cord-Landwehr
Browse files

Break update loop.

When moving a node over the left/top border, the node's position change
triggers a moving of the origin coordinate. By changing the origin, also
the node has to be relocated, setting its position and hence again enters
this update loop.
For now we lock the current update state in a private variable. This is
not the most elegant solution, but will vanish after the next refactoring
of the scene class.
parent 6dba9643
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment