Rename LegoEdge::GetOpposingPoint to LegoEdge::CWVertex (#977)

This commit is contained in:
DmitriLeon2000
2024-05-31 09:04:06 +09:00
committed by GitHub
parent eeb81b7223
commit 3b3ac07cac
6 changed files with 12 additions and 12 deletions

View File

@@ -2451,7 +2451,7 @@ MxBool LegoAnimationManager::FUN_10063fb0(LegoLocation::Boundary* p_boundary, Le
MxBool LegoAnimationManager::FUN_10064010(LegoPathBoundary* p_boundary, LegoUnknown100db7f4* p_edge, float p_destScale)
{
Mx3DPointFloat p1;
Vector3* v1 = p_edge->GetOpposingPoint(*p_boundary);
Vector3* v1 = p_edge->CWVertex(*p_boundary);
Vector3* v2 = p_edge->CCWVertex(*p_boundary);
p1 = *v2;