mirror of
https://github.com/isledecomp/isle.git
synced 2025-10-23 08:24:16 +00:00
Implement LegoCarBuildAnimPresenter::StreamingTickle()
(#1109)
* Implement LegoCarBuildAnimPresenter::StreamingTickle and dependents * Fix naming issue * Address review comment --------- Co-authored-by: jonschz <jonschz@users.noreply.github.com>
This commit is contained in:
@@ -106,6 +106,7 @@ MxBool TransformWorldToScreen(const MxFloat p_world[3], MxFloat p_screen[4])
|
||||
}
|
||||
|
||||
// FUNCTION: LEGO1 0x1003df90
|
||||
// FUNCTION: BETA10 0x100d39a3
|
||||
MxS16 CountTotalTreeNodes(LegoTreeNode* p_node)
|
||||
{
|
||||
MxS16 result = 1;
|
||||
@@ -118,6 +119,7 @@ MxS16 CountTotalTreeNodes(LegoTreeNode* p_node)
|
||||
}
|
||||
|
||||
// FUNCTION: LEGO1 0x1003dfd0
|
||||
// FUNCTION: BETA10 0x100d3a09
|
||||
LegoTreeNode* GetTreeNode(LegoTreeNode* p_node, MxU32 p_index)
|
||||
{
|
||||
LegoTreeNode* result = NULL;
|
||||
|
Reference in New Issue
Block a user