Remove debug code from previous commit.

This commit is contained in:
Tyson Grant Nottingham 2015-03-30 13:09:13 -07:00
parent cc8ef66368
commit d771c1516b
2 changed files with 2 additions and 2 deletions

View file

@ -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() )
{

View file

@ -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() )
{