mirror of
https://github.com/cyberarm/i-mic-fps.git
synced 2025-12-16 08:02:36 +00:00
Fixed bounding box rendering! fixed AABB collision detection (was a bit weird), misc. tweaks and fixes.
This commit is contained in:
@@ -38,7 +38,7 @@ class IMICFPS
|
||||
|
||||
def at_same_position?
|
||||
if @x == @parent.x
|
||||
if @x == @parent.x
|
||||
if @y == @parent.y
|
||||
if @z == @parent.z
|
||||
true
|
||||
end
|
||||
|
||||
Reference in New Issue
Block a user