summaryrefslogtreecommitdiff
path: root/tools
diff options
context:
space:
mode:
authorskal <pascal.massimino@gmail.com>2026-01-28 09:34:29 +0100
committerskal <pascal.massimino@gmail.com>2026-01-28 09:34:29 +0100
commit7631eaa56df1aea834998e9ce829bfb5937cdfdc (patch)
tree7aaaef0de78a9a266abda4a8f5f608183a435195 /tools
parent302d883f34864bc66a5e04532ae27d7e89fd94e8 (diff)
docs: Update project context and session notes
Summarizes recent implementations including Asset Management, audio/visual fixes, and style improvements.
Diffstat (limited to 'tools')
-rw-r--r--tools/asset_packer.cc4
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++;
}