mirror of
https://git.huckle.dev/Huckles-Minecraft-Archive/4jcraft.git
synced 2026-07-19 14:38:07 +00:00
refactor: unglob std::shared_ptr
This commit is contained in:
@@ -2,7 +2,7 @@
|
||||
#include "../../Headers/net.minecraft.world.level.biome.h"
|
||||
#include "../../Headers/net.minecraft.world.level.newbiome.layer.h"
|
||||
|
||||
DownfallMixerLayer::DownfallMixerLayer(shared_ptr<Layer>downfall, shared_ptr<Layer>parent, int layer) : Layer(0)
|
||||
DownfallMixerLayer::DownfallMixerLayer(std::shared_ptr<Layer>downfall, std::shared_ptr<Layer>parent, int layer) : Layer(0)
|
||||
{
|
||||
this->parent = parent;
|
||||
this->downfall = downfall;
|
||||
|
||||
Reference in New Issue
Block a user