Add second frame to see something on PS3
This commit is contained in:
@@ -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))};
|
||||
}
|
||||
};
|
||||
|
||||
|
Reference in New Issue
Block a user