From 7631eaa56df1aea834998e9ce829bfb5937cdfdc Mon Sep 17 00:00:00 2001 From: skal Date: Wed, 28 Jan 2026 09:34:29 +0100 Subject: docs: Update project context and session notes Summarizes recent implementations including Asset Management, audio/visual fixes, and style improvements. --- tools/asset_packer.cc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'tools') 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++; } -- cgit v1.2.3