Skip to content

Commit

Permalink
HACK: Workaround crashing plates after avatar program
Browse files Browse the repository at this point in the history
  • Loading branch information
dpogue committed Mar 10, 2023
1 parent 7d0bbbd commit 3bb2b8a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Sources/Plasma/Apps/plClient/plClient.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -1722,7 +1722,7 @@ bool plClient::IDraw()
fLastProgressUpdate = hsTimer::GetSeconds();

plProfile_BeginTiming(ScreenElem);
fPipeline->RenderScreenElements();
//fPipeline->RenderScreenElements();
plProfile_EndTiming(ScreenElem);

plProfile_BeginTiming(EndRender);
Expand Down

0 comments on commit 3bb2b8a

Please sign in to comment.