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 Feb 21, 2023
1 parent a82c4b6 commit a8d63c2
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 a8d63c2

Please sign in to comment.