Einar Johan Trøan Sømåen 261e37a340
WATCHMAKER: Add copy/move constructors to t3dMESH
The old shallow-copying led to double-free, this hopefully fixes that.

For now, the move-constructor doesn't end up actually being used, as
Common::Array doesn't make us of it in push_back(), but if that's fixed
it should.
2024-07-20 00:37:24 +02:00
..