Explorar el Código

added public constructor

ncannasse hace 6 años
padre
commit
a897bb575d
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      h3d/col/Ray.hx

+ 1 - 1
h3d/col/Ray.hx

@@ -11,7 +11,7 @@ class Ray {
 	public var ly : Float;
 	public var lz : Float;
 
-	inline function new() {
+	public inline function new() {
 	}
 
 	public inline function clone() {