mirror of
https://github.com/isledecomp/isle.git
synced 2025-12-09 23:53:02 +00:00
Move Read/Write functions to LegoStorage base class, match Act1State::Serialize (#1335)
* Move Read/Write function to LegoStorage base class * Proper const use for vector / BETA match * Match `Act1State::Serialize`
This commit is contained in:
committed by
GitHub
parent
77a3dc0795
commit
70b0f76fa1
@@ -471,6 +471,7 @@ void ViewManager::SetPOVSource(const OrientableROI* point_of_view)
|
||||
}
|
||||
|
||||
// FUNCTION: LEGO1 0x100a6dc0
|
||||
// FUNCTION: BETA10 0x101739b8
|
||||
float ViewManager::ProjectedSize(const BoundingSphere& p_bounding_sphere)
|
||||
{
|
||||
// The algorithm projects the radius of bounding sphere onto the perpendicular
|
||||
|
||||
Reference in New Issue
Block a user