kobewi
|
1dc7bcc83c
|
Cleanup metadata usage
|
2022-05-06 00:27:10 +02:00 |
Rémi Verschelde
|
f8ab79e68a
|
Zero initialize all pointer class and struct members
This prevents the pitfall of UB when checking if they have been
assigned something valid by comparing to nullptr.
|
2022-04-04 19:49:50 +02:00 |
dzil123
|
726614ff4b
|
fix gridmap cursor showing the wrong mesh
|
2022-04-02 01:53:36 -07:00 |
Rémi Verschelde
|
5fe6984639
|
Modules: Don't build editor-specific classes in templates
They're moved to an `editor` subfolder so that we can easily handle them
separately.
|
2022-03-28 16:48:15 +02:00 |