forked from Kolyah35/minecraft-pe-0.6.1
Trying to replace pointers with references :v
This commit is contained in:
@@ -5,7 +5,7 @@
|
||||
#include "world/level/Level.hpp"
|
||||
#include "NinecraftApp.hpp"
|
||||
|
||||
ParticleEngine::ParticleEngine(Level* level, Textures* textures)
|
||||
ParticleEngine::ParticleEngine(Level* level, Textures& textures)
|
||||
: level(level),
|
||||
textures(textures)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user