Quiet unused variable warning on Mac.
This commit is contained in:
parent
fc96cb90f1
commit
5e30be66aa
|
@ -218,6 +218,8 @@ bool GAL_OPTIONS_PANEL::TransferDataToWindow()
|
||||||
m_renderingEngine->SetSelection( 0 );
|
m_renderingEngine->SetSelection( 0 );
|
||||||
else
|
else
|
||||||
m_renderingEngine->SetSelection( 1 );
|
m_renderingEngine->SetSelection( 1 );
|
||||||
|
#else
|
||||||
|
(void) m_drawFrame; // Quiet unused variable warning
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
m_gridSnapOptions->SetSelection( UTIL::GetConfigForVal( gridSnapConfigVals,
|
m_gridSnapOptions->SetSelection( UTIL::GetConfigForVal( gridSnapConfigVals,
|
||||||
|
|
Loading…
Reference in New Issue