You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I found this bug while trying to solve an issue with photo mode for my mod, When DrawSprite() / DrawLine() Is called inside render everything updates properly (GetCameraTransform()) but when you enter photo mode it stops updating even though the code still gets executed and transforms updated (DebugPrint() prints updated transforms). @Thomasims tested it using DebugLine() and this one does seem to work properly unlike DrawSprite() DrawLine()
Steps to reproduce the behavior
Update a transform and apply it to DrawSprite / DrawLine / DebugLine all inside render()
Enter photo mode
DrawSprite / DrawLine should stop updating while DebugLine doesnt.
Expected behavior
DrawSprit DrawLine DebugLine and such should all update properly when used in render while in photomode.
Environment
Teardown Version 1.6.2
OS: Windows
GPU: Nvidia GeForce GTX 1660 Super
Graphics driver version: 560.94
CPU: Intel Core i5 9600KF
Additional context
This didnt use to be a thing, All of these functions used to update properly when called from within render when in photomode
The text was updated successfully, but these errors were encountered:
Describe the bug
I found this bug while trying to solve an issue with photo mode for my mod, When DrawSprite() / DrawLine() Is called inside render everything updates properly (GetCameraTransform()) but when you enter photo mode it stops updating even though the code still gets executed and transforms updated (DebugPrint() prints updated transforms). @Thomasims tested it using DebugLine() and this one does seem to work properly unlike DrawSprite() DrawLine()
Steps to reproduce the behavior
Update a transform and apply it to DrawSprite / DrawLine / DebugLine all inside render()
Enter photo mode
DrawSprite / DrawLine should stop updating while DebugLine doesnt.
Expected behavior
DrawSprit DrawLine DebugLine and such should all update properly when used in render while in photomode.
Environment
Additional context
This didnt use to be a thing, All of these functions used to update properly when called from within render when in photomode
The text was updated successfully, but these errors were encountered: