Remove last constructor and remove GLOBAL SUB with it

This commit is contained in:
Jaby
2023-10-03 13:16:46 +02:00
committed by Jaby
parent b2907402fe
commit 30b08d7de8
11 changed files with 86 additions and 89 deletions

View File

@@ -53,7 +53,7 @@ namespace JabyEngine {
Vertex value;
static constexpr Termination create() {
return {.value = {static_cast<short>(0x5000), static_cast<short>(0x5000)}};
return {.value = Vertex::create(static_cast<short>(0x5000), static_cast<short>(0x5000))};
}
};