mirror of
https://github.com/ValveSoftware/source-sdk-2013.git
synced 2025-04-06 18:12:14 +00:00
Remove debug code from previous commit.
This commit is contained in:
parent
cc8ef66368
commit
d771c1516b
2 changed files with 2 additions and 2 deletions
|
@ -413,7 +413,7 @@ void CSineProxy::OnBind( void *pC_BaseEntity )
|
|||
// get a value in [min,max]
|
||||
flValue = ( flSineMax - flSineMin ) * flValue + flSineMin;
|
||||
|
||||
SetFloatResult( 1 );
|
||||
SetFloatResult( flValue );
|
||||
|
||||
if ( ToolsEnabled() )
|
||||
{
|
||||
|
|
|
@ -413,7 +413,7 @@ void CSineProxy::OnBind( void *pC_BaseEntity )
|
|||
// get a value in [min,max]
|
||||
flValue = ( flSineMax - flSineMin ) * flValue + flSineMin;
|
||||
|
||||
SetFloatResult( 1 );
|
||||
SetFloatResult( flValue );
|
||||
|
||||
if ( ToolsEnabled() )
|
||||
{
|
||||
|
|
Loading…
Reference in a new issue