Skip to content

Commit 630261c

Browse files
committed
update
1 parent 08e3cb0 commit 630261c

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

src/com/javagamemaker/javagameengine/components/Camera.java

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@
44
import com.javagamemaker.javagameengine.msc.Vector2;
55

66
import java.awt.*;
7-
import java.awt.geom.Area;
87

98

109
/**

src/com/javagamemaker/javagameengine/components/Collider.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ public void setVisible(boolean visible) {
6363
/**
6464
* Checks all the components in the scene of they have collided
6565
* @param c component
66-
* @return
66+
* @return PPoint of collision
6767
*/
6868
public Point collision(Collider c){
6969
// check if my points are inside c

0 commit comments

Comments
 (0)