Closed jjcard closed 3 months ago
function is
func set_item_rotation_direction(item: InventoryItem, positive: bool) -> void: _constraint_manager.set_item_rotation_direction(item, positive)
when it should be
func set_item_rotation_direction(item: InventoryItem, positive: bool) -> void: _constraint_manager.get_grid_constraint().set_item_rotation_direction(item, positive)
Should be fixed in v2.4.11
function is
when it should be