Skip to content

Commit

Permalink
Fix MacType renderer warning callback
Browse files Browse the repository at this point in the history
Fixes: c318eb9
  • Loading branch information
DHowett committed Jun 26, 2024
1 parent 18f564d commit 58073ce
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/renderer/atlas/BackendD3D.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -927,7 +927,7 @@ bool BackendD3D::_checkMacTypeVersion(const RenderingPayload& p)

if (faulty && p.warningCallback)
{
p.warningCallback(ATLAS_ENGINE_ERROR_MAC_TYPE, {});
p.warningCallback(ATLAS_ENGINE_ERROR_MAC_TYPE);
}

return faulty;
Expand Down

0 comments on commit 58073ce

Please sign in to comment.