Skip to content

Commit

Permalink
Add Reference To Meshes In Code
Browse files Browse the repository at this point in the history
  • Loading branch information
Deaod committed Apr 8, 2024
1 parent 0169791 commit fb91081
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions Classes/bbPlayer.uc
Original file line number Diff line number Diff line change
Expand Up @@ -9503,6 +9503,13 @@ exec function TraceInput() {
bTraceInput = !bTraceInput;
}

function PreCacheReferences() {
local IGPlus_ModelImport MI;
super.PreCacheReferences();

MI = new(none) class'IGPlus_ModelImport';
}

defaultproperties
{
bNewNet=True
Expand Down

0 comments on commit fb91081

Please sign in to comment.