Browse Source

Fix MaxPlasmaLights for max 2012

closes #97
branan 13 years ago
parent
commit
4e24d9d927
  1. 2
      Sources/Tools/MaxPlasmaLights/DLLEntry.cpp

2
Sources/Tools/MaxPlasmaLights/DLLEntry.cpp

@ -80,7 +80,7 @@ BOOL WINAPI DllMain(HINSTANCE hinstDLL,ULONG fdwReason,LPVOID lpvReserved)
__declspec(dllexport) const TCHAR* LibDescription()
{
return NULL;
return TEXT("MaxPlasmaLights");
}
__declspec(dllexport) int LibNumberClasses()

Loading…
Cancel
Save