ncannasse há 6 anos atrás
pai
commit
6414caae9e
1 ficheiros alterados com 1 adições e 1 exclusões
  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
 	**/
-	public function setSelected( ctx : hide.prefab.Context, b : Bool ) {
+	public function setSelected( ctx : Context, b : Bool ) {
 		var materials = ctx.shared.getMaterials(this);
 
 		if( !b ) {