summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJean-Luc Brouillet <jeanluc@google.com>2015-05-26 11:11:16 -0700
committerJean-Luc Brouillet <jeanluc@google.com>2015-05-27 15:50:43 -0700
commitfe0bf1fbbba83e8906c3062184fe4d1dd04eac8e (patch)
tree91d1835a08f9b18d02a46c122c5b213a39338645
parent920eb59f907d105fb5c7687a13b32a65bb089f16 (diff)
downloadPhaseBeam-fe0bf1fbbba83e8906c3062184fe4d1dd04eac8e.tar.gz
b/21443340 Change-Id: I09fcab70a17658febf23de874e15edfcfd5f94f3
-rw-r--r--src/com/android/phasebeam/phasebeam.rs1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/com/android/phasebeam/phasebeam.rs b/src/com/android/phasebeam/phasebeam.rs
index 037f303..ccbf60a 100644
--- a/src/com/android/phasebeam/phasebeam.rs
+++ b/src/com/android/phasebeam/phasebeam.rs
@@ -89,7 +89,6 @@ void positionParticles() {
particle++;
}
- Particle_t* beam = beamParticles;
numBeamParticles = rsAllocationGetDimX(rsGetAllocation(beamParticles));
for(int i=0; i<numBeamParticles; i++) {
float z;