diff options
| author | TakaRikka <38417346+TakaRikka@users.noreply.github.com> | 2023-03-14 15:27:46 -0700 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-03-14 15:27:46 -0700 |
| commit | a01d65b0b99400f62d93eee28475872b641cfd50 (patch) | |
| tree | abea30ef7e6fb74a9468770371d9217fa43b4b9d /libs/JSystem/J3DGraphBase/J3DMaterial.cpp | |
| parent | 500d079c40b17e52abf40ec32ad9457d384ce921 (diff) | |
d_ky_thunder done / d_scope wip / m_Do_graphic wip (#308)
* d_ky_thunder OK + misc build fixes
* d_scope mostly done
* some m_Do_graphic wip
* remove asm
Diffstat (limited to 'libs/JSystem/J3DGraphBase/J3DMaterial.cpp')
| -rw-r--r-- | libs/JSystem/J3DGraphBase/J3DMaterial.cpp | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/libs/JSystem/J3DGraphBase/J3DMaterial.cpp b/libs/JSystem/J3DGraphBase/J3DMaterial.cpp index c7fb85b76b..44a8590204 100644 --- a/libs/JSystem/J3DGraphBase/J3DMaterial.cpp +++ b/libs/JSystem/J3DGraphBase/J3DMaterial.cpp @@ -921,27 +921,27 @@ asm J3DPEBlock::~J3DPEBlock() { #pragma pop /* 803172FC-80317304 311C3C 0008+00 1/0 1/0 0/0 .text countDLSize__14J3DTexGenBlockFv */ -bool J3DTexGenBlock::countDLSize() { +s32 J3DTexGenBlock::countDLSize() { return false; } /* 80317304-8031730C 311C44 0008+00 1/0 1/0 0/0 .text countDLSize__13J3DColorBlockFv */ -bool J3DColorBlock::countDLSize() { +s32 J3DColorBlock::countDLSize() { return false; } /* 8031730C-80317314 311C4C 0008+00 0/0 2/0 0/0 .text countDLSize__11J3DTevBlockFv */ -bool J3DTevBlock::countDLSize() { +s32 J3DTevBlock::countDLSize() { return false; } /* 80317314-8031731C 311C54 0008+00 2/0 0/0 0/0 .text countDLSize__11J3DIndBlockFv */ -bool J3DIndBlock::countDLSize() { +s32 J3DIndBlock::countDLSize() { return false; } /* 8031731C-80317324 311C5C 0008+00 1/0 1/0 0/0 .text countDLSize__10J3DPEBlockFv */ -bool J3DPEBlock::countDLSize() { +s32 J3DPEBlock::countDLSize() { return false; } |
