diff options
Diffstat (limited to 'tools')
| -rw-r--r-- | tools/asset_packer.cc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tools/asset_packer.cc b/tools/asset_packer.cc index 8696646..1e29578 100644 --- a/tools/asset_packer.cc +++ b/tools/asset_packer.cc @@ -113,8 +113,8 @@ int main(int argc, char *argv[]) { << (i == buffer.size() - 1 ? "" : ", "); } assets_data_cc_file << "\n};\n"; - assets_data_cc_file << "const size_t ASSET_SIZE_" << asset_name - << " = " << buffer.size() << ";\n\n"; + assets_data_cc_file << "const size_t ASSET_SIZE_" << asset_name << " = " + << buffer.size() << ";\n\n"; asset_id_counter++; } |
