Skip to content

Commit

Permalink
Remove debug statement
Browse files Browse the repository at this point in the history
  • Loading branch information
scarletcafe committed Mar 31, 2019
1 parent 06ba6f1 commit b0d6af2
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion InvEqui.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,6 @@ static PF_Err SubSample_Pixel8(void *refcon, A_long x, A_long y, PF_Pixel8 *inP,
float pitchDeg = (static_cast<float>(y) * 180.0f / static_cast<float>(rArgs->in_data->height)) - 90.0f;

PF_EffectWorld sample = rArgs->scanLayer->u.ld;
PF_ParamDefUnion aa = rArgs->scanLayer->u;

float yaw = static_cast<float>(FIX_2_FLOAT(rArgs->params[INVEQUI_YAW]->u.ad.value));
float pitch = static_cast<float>(FIX_2_FLOAT(rArgs->params[INVEQUI_PITCH]->u.ad.value));
Expand Down

0 comments on commit b0d6af2

Please sign in to comment.