Nicolas Cannasse %!s(int64=2) %!d(string=hai) anos
pai
achega
7c938f2a33
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      hxd/BufferFormat.hx

+ 1 - 1
hxd/BufferFormat.hx

@@ -136,7 +136,7 @@ class BufferFormat {
 	public static function make( inputs : Array<BufferInput> ) {
 		var names = [];
 		for( b in inputs )
-			names.push(b);
+			names.push(b.name);
 		var key = names.join("|");
 		var arr = ALL_FORMATS.get(key);
 		if( arr == null ) {