Core: Replace _NO_DISCARD_ macro with attribute

This commit is contained in:
Thaddeus Crews
2024-04-12 10:02:26 -05:00
parent 30e71782af
commit 55a4836e5b
18 changed files with 18 additions and 23 deletions

View File

@ -35,7 +35,7 @@
class Variant;
struct _NO_DISCARD_ Plane {
struct [[nodiscard]] Plane {
Vector3 normal;
real_t d = 0;