Remove last constructor and remove GLOBAL SUB with it
This commit is contained in:
@@ -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))};
|
||||
}
|
||||
};
|
||||
|
||||
|
Reference in New Issue
Block a user