mirror of
https://github.com/cyberarm/i-mic-fps.git
synced 2025-12-15 15:42:35 +00:00
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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user