Skip to content

Commit

Permalink
debugging
Browse files Browse the repository at this point in the history
  • Loading branch information
mkalkbrenner committed Jul 2, 2024
1 parent 274a1df commit 7b40594
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/DMD.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -878,6 +878,8 @@ void DMD::QueueSerumFrames(Update* dmdUpdate, bool render32, bool render64)
}
else if (m_pSerum->SerumVersion == SERUM_V2)
{
Log(DMDUtil_LogLevel_DEBUG, "Serum: render32=%d, render64=%s, width32=%d, width64=%s", render32, render64, m_pSerum->width32, m_pSerum->width64);

if (m_pSerum->width32 > 0 && m_pSerum->width64 == 0)
{
if (render32)
Expand Down

0 comments on commit 7b40594

Please sign in to comment.