16
0
mirror of https://github.com/MaSzyna-EU07/maszyna.git synced 2026-07-21 15:59:18 +02:00

reduced memory use, re-enabled debug mode, plugged some of remaining memory leaks

This commit is contained in:
tmj-fstate
2017-10-07 17:20:53 +02:00
parent f6272d37f1
commit 020c71533f
16 changed files with 100 additions and 68 deletions

View File

@@ -66,7 +66,8 @@ extern path_table Paths;
extern traction_table Traction;
extern instance_manager Instances;
extern light_array Lights;
extern scene::basic_region Region;
extern scene::basic_region *Region;
} // simulation