fixed improper default parameter

--HG--
extra : convert_revision : svn%3A39bc706e-5318-0410-9160-8a85361fbb7c/trunk%401866
This commit is contained in:
David Anderson 2008-01-23 17:06:33 +00:00
parent 4ade0dbdc2
commit a86d6821e3

View File

@ -268,4 +268,5 @@ native TR_GetHitGroup(Handle:hndl=INVALID_HANDLE);
* @noreturn
* @error Invalid Handle
*/
native TR_GetPlaneNormal(Handle:hndl=INVALID_HANDLE, Float:normal[3]);
native TR_GetPlaneNormal(Handle:hndl, Float:normal[3]);