mirror of
https://github.com/zeldaret/tp
synced 2026-07-08 14:36:36 -04:00
more simple J2D/J3D funcs (#166)
* more simple J2D/J3D funcs * JPABaseShape constructor * fmt Co-authored-by: lepelog <25211966+lepelog@users.noreply.github.com>
This commit is contained in:
committed by
GitHub
parent
f7916ebde1
commit
c15d8fcb3e
@@ -130,8 +130,8 @@ void J3DVertexBuffer::setArray() const {
|
||||
|
||||
/* 80311090-803111B0 30B9D0 0120+00 1/1 0/0 0/0 .text copyLocalVtxPosArray__15J3DVertexBufferFUl
|
||||
*/
|
||||
s32 J3DVertexBuffer::copyLocalVtxPosArray(u32 param_0) {
|
||||
if (param_0 & 1) {
|
||||
s32 J3DVertexBuffer::copyLocalVtxPosArray(u32 flags) {
|
||||
if (flags & 1) {
|
||||
for (int i = 0; i < 2; i++) {
|
||||
mVtxPosArray[i] = new (0x20) VertexPosition[mVtxData->getVtxNum()];
|
||||
|
||||
|
||||
Reference in New Issue
Block a user