Skip to content

Commit 5e80df4

Browse files
MetaDuckyPilzAdam
MetaDucky
authored andcommittedMay 20, 2013
Fix typo in particle spawning
1 parent c135e9c commit 5e80df4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎src/client.cpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -1987,7 +1987,7 @@ void Client::ProcessData(u8 *data, u32 datasize, u16 sender_peer_id)
19871987

19881988
event.spawn_particle.expirationtime = expirationtime;
19891989
event.spawn_particle.size = size;
1990-
event.add_particlespawner.collisiondetection =
1990+
event.spawn_particle.collisiondetection =
19911991
collisiondetection;
19921992
event.spawn_particle.texture = new std::string(texture);
19931993

0 commit comments

Comments
 (0)