File tree Expand file tree Collapse file tree 2 files changed +8
-0
lines changed
GeneralsMD/Code/GameEngine/Source/GameLogic/Object/Update
Generals/Code/GameEngine/Source/GameLogic/Object/Update Expand file tree Collapse file tree 2 files changed +8
-0
lines changed Original file line number Diff line number Diff line change @@ -411,6 +411,10 @@ UpdateSleepTime StealthUpdate::update( void )
411
411
{
412
412
// Switch models at the halfway point
413
413
changeVisualDisguise ();
414
+
415
+ // TheSuperHackers @fix Skyaero 06/05/2025 obtain the new drawable
416
+ draw = getObject ()->getDrawable ();
417
+
414
418
m_disguiseHalfpointReached = true ;
415
419
}
416
420
// Opacity ranges from full to none at midpoint and full again at the end
Original file line number Diff line number Diff line change @@ -672,6 +672,10 @@ UpdateSleepTime StealthUpdate::update( void )
672
672
{
673
673
// Switch models at the halfway point
674
674
changeVisualDisguise ();
675
+
676
+ // TheSuperHackers @fix Skyaero 06/05/2025 obtain the new drawable
677
+ draw = getObject ()->getDrawable ();
678
+
675
679
m_disguiseHalfpointReached = true ;
676
680
}
677
681
// Opacity ranges from full to none at midpoint and full again at the end
You can’t perform that action at this time.
0 commit comments