mirror of
https://github.com/AxioDL/metaforce.git
synced 2025-12-14 01:26:09 +00:00
Use RE'd CStopwatch adapted for std::chrono, get metaforce linking again
This commit is contained in:
@@ -249,6 +249,10 @@ void CModel::Touch(u32 matIdx) {
|
||||
}
|
||||
}
|
||||
|
||||
void CModel::Draw(CModelFlags flags) const {}
|
||||
|
||||
void CModel::Draw(TVectorRef positions, TVectorRef normals, CModelFlags flags) {}
|
||||
|
||||
void CModel::DrawSortedParts(CModelFlags flags) {
|
||||
if ((flags.x2_flags & 0x20) != 0) {
|
||||
x28_modelInst->DrawNormal(nullptr, nullptr, ESurfaceSelection::Sorted);
|
||||
|
||||
Reference in New Issue
Block a user