Use fewer pointers: no back-pointer in tangibles.

This commit is contained in:
2026-02-21 20:32:36 -05:00
parent 00ef81bf0d
commit 8081297207
2 changed files with 1 additions and 4 deletions

View File

@@ -45,9 +45,6 @@ private:
void deserialize(StreamBuffer *sb);
public:
// Always points back to the world model.
World *world_;
// Animation queue.
//
AnimQueue anim_queue_;