mirror of
https://github.com/celisej567/mcpe.git
synced 2026-09-23 20:09:46 +03:00
* Fix include paths. Now it builds properly.
This commit is contained in:
@@ -7,7 +7,7 @@
|
||||
********************************************************************/
|
||||
|
||||
#include "Particle.hpp"
|
||||
#include "Level.hpp"
|
||||
#include "world/level/Level.hpp"
|
||||
|
||||
BubbleParticle::BubbleParticle(Level* level, float x, float y, float z, float vx, float vy, float vz) :
|
||||
Particle(level, x, y, z, vx, vy, vz)
|
||||
|
||||
Reference in New Issue
Block a user