ncannasse 6 سال پیش
والد
کامیت
6414caae9e
1فایلهای تغییر یافته به همراه1 افزوده شده و 1 حذف شده
  1. 1 1
      hxd/prefab/Prefab.hx

+ 1 - 1
hxd/prefab/Prefab.hx

@@ -85,7 +85,7 @@ class Prefab {
 	/**
 	/**
 		Allows to customize how the prefab instance changes when selected/unselected within Hide
 		Allows to customize how the prefab instance changes when selected/unselected within Hide
 	**/
 	**/
-	public function setSelected( ctx : hide.prefab.Context, b : Bool ) {
+	public function setSelected( ctx : Context, b : Bool ) {
 		var materials = ctx.shared.getMaterials(this);
 		var materials = ctx.shared.getMaterials(this);
 
 
 		if( !b ) {
 		if( !b ) {