Skip to content

Commit

Permalink
Fix typo in particle spawning
Browse files Browse the repository at this point in the history
  • Loading branch information
MetaDucky authored and PilzAdam committed May 20, 2013
1 parent c135e9c commit 5e80df4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/client.cpp
Expand Up @@ -1987,7 +1987,7 @@ void Client::ProcessData(u8 *data, u32 datasize, u16 sender_peer_id)

event.spawn_particle.expirationtime = expirationtime;
event.spawn_particle.size = size;
event.add_particlespawner.collisiondetection =
event.spawn_particle.collisiondetection =
collisiondetection;
event.spawn_particle.texture = new std::string(texture);

Expand Down

0 comments on commit 5e80df4

Please sign in to comment.