Example #1
0
 public static bool SettingsChanged(MyRenderDeviceSettings settings)
 {
     return(!m_settings.Equals(ref settings));
 }