Add second frame to see something on PS3

This commit is contained in:
2024-03-20 17:16:58 -05:00
parent 13e342565d
commit 6cd88cba74
2 changed files with 25 additions and 15 deletions

View File

@@ -52,7 +52,8 @@ namespace JabyEngine {
Vertex value;
static constexpr Termination create() {
return {.value = Vertex::create(static_cast<short>(0x5000), static_cast<short>(0x5000))};
// 0x55555555 is more common then 0x50005000
return {.value = Vertex::create(static_cast<short>(0x5555), static_cast<short>(0x5555))};
}
};