Nicolas Cannasse il y a 9 ans
Parent
commit
aaa7188564
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  1. 1 1
      samples/col/TestCol.hx

+ 1 - 1
samples/col/TestCol.hx

@@ -63,7 +63,7 @@ class TestCol extends hxd.App {
 		var px = s2d.mouseX;
 		var py = s2d.mouseY;
 		#if js
-		new js.JQuery("#log").html(px+","+py+","+s2d.width+","+s2d.height);
+		new js.jquery.JQuery("#log").html(px+","+py+","+s2d.width+","+s2d.height);
 		#end
 
 		var r = new h2d.col.RoundRect(rrect.x, rrect.y, RW * 2, RH * 2, rrect.rotation);