mirror of
https://github.com/celisej567/mcpe.git
synced 2026-09-17 20:10:23 +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"
|
||||
|
||||
LavaParticle::LavaParticle(Level* level, float x, float y, float z) :
|
||||
Particle(level, x, y, z, 0.0f, 0.0f, 0.0f)
|
||||
|
||||
Reference in New Issue
Block a user