Camera: Removed mouse position correction (no longer needed apparently :)), Mouse can now be released from Camera be pressing LeftAlt and can get captured again by clicking with the left mouse button.

This commit is contained in:
2018-12-10 10:34:18 -06:00
parent a7755dfbdf
commit c656686997
3 changed files with 16 additions and 11 deletions

View File

@@ -100,6 +100,7 @@ eos
end
@text.text = string
# Expensive AABB collision detection
ObjectManager.objects.each do |object|
ObjectManager.objects.each do |b|
next if b == object