Add oitg_zoom_mode_actor. Turn off minimaid lights when exiting.

This commit is contained in:
Kyzentun Keeslala
2016-08-29 12:43:04 -06:00
parent 45e0787a74
commit 3d98fc7a60
5 changed files with 41 additions and 3 deletions
@@ -21,6 +21,10 @@ LightsDriver_LinuxMinimaid::LightsDriver_LinuxMinimaid()
LightsDriver_LinuxMinimaid::~LightsDriver_LinuxMinimaid()
{
if(_mmmagic_loaded)
{
mm_setDDRAllOff();
}
// libmmmagic is actually statically linked in, so there's no wrapper
// destruction to do. -Kyz
}