Daniele Bartolini 11 лет назад
Родитель
Сommit
826de4e56a
1 измененных файлов с 1 добавлено и 1 удалено
  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])
 	{
-		snprintf(out, 64, "%.16"PRIx64"-%.16"PRIx64, type, name);
+		snprintf(out, 64, "%.16" PRIx64 "-%.16" PRIx64, type, name);
 		return out;
 	}