DeprecationWarning: an integer is required (got type _bimpy.Condition). Implicit conversion to integers using __int__ is deprecated, and may be removed in a future version of Python.
bimpy.set_next_window_pos(bimpy.Vec2(0, 0), bimpy.Condition.Once)
I get this warning when trying to set the window position, size, or calling begin.
I get this warning when trying to set the window position, size, or calling begin.