Daniele Bartolini 11 anos atrás
pai
commit
826de4e56a
1 arquivos alterados com 1 adições e 1 exclusões
  1. 1 1
      engine/resource/resource_id.h

+ 1 - 1
engine/resource/resource_id.h

@@ -34,7 +34,7 @@ struct ResourceId
 
 
 	const char* to_string(char out[64])
 	const char* to_string(char out[64])
 	{
 	{
-		snprintf(out, 64, "%.16"PRIx64"-%.16"PRIx64, type, name);
+		snprintf(out, 64, "%.16" PRIx64 "-%.16" PRIx64, type, name);
 		return out;
 		return out;
 	}
 	}