Fixed amb350 - typo in traceline_set_float
This commit is contained in:
parent
7690f1a099
commit
069c293aba
@ -395,7 +395,7 @@ public __traceline_set_float(plid, num)
|
|||||||
case TR_FL_flFraction:
|
case TR_FL_flFraction:
|
||||||
set_tr2(g_LastTrace, TraceResult:TR_flFraction, fValue)
|
set_tr2(g_LastTrace, TraceResult:TR_flFraction, fValue)
|
||||||
case TR_FL_flPlaneDist:
|
case TR_FL_flPlaneDist:
|
||||||
get_tr2(g_LastTrace, TraceResult:TR_flPlaneDist, fValue)
|
set_tr2(g_LastTrace, TraceResult:TR_flPlaneDist, fValue)
|
||||||
default:
|
default:
|
||||||
{
|
{
|
||||||
log_error(AMX_ERR_NATIVE, "Invalid TR_ parameter")
|
log_error(AMX_ERR_NATIVE, "Invalid TR_ parameter")
|
||||||
|
Loading…
Reference in New Issue
Block a user