Skip to content

Commit

Permalink
Code cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
Yilmaz4 committed Jun 21, 2024
1 parent a251f2e commit b85a1f8
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions shaders/physics.glsl
Original file line number Diff line number Diff line change
Expand Up @@ -105,11 +105,6 @@ float cbrt(float x) { // https://www.shadertoy.com/view/wts3RX
return y;
}

Particle attract(Particle p, int pidx, int qidx) {

return p;
}

void main() {
if (timeDelta == 0) return;
int pidx = int(gl_GlobalInvocationID.x);
Expand Down

0 comments on commit b85a1f8

Please sign in to comment.