Files
assimp/code/AssetLib/DXF
Krishty 7b6dab5e20 reduced DXF string bloat
The DXF importer defined a global std::string constant, only to convert it back to a C string on use.

This commit defines the constant as a C string right away, thus saving 340 B of code and data.
2021-05-04 22:01:00 +02:00
..
2021-02-28 12:17:54 +01:00
2021-05-04 22:01:00 +02:00
2021-02-28 12:17:54 +01:00