mirror of
https://github.com/DarkflameUniverse/DarkflameServer.git
synced 2024-11-25 23:17:28 +00:00
Update Level.cpp
This commit is contained in:
parent
f820324282
commit
c3fee5a339
@ -16,12 +16,6 @@
|
|||||||
#include "AssetManager.h"
|
#include "AssetManager.h"
|
||||||
#include "dConfig.h"
|
#include "dConfig.h"
|
||||||
|
|
||||||
void Level::SceneObjectDataChunk::PrintAllObjects() const {
|
|
||||||
for (const auto& [id, sceneObj] : objects) {
|
|
||||||
LOG("ID: %d LOT: %d", id, sceneObj.lot);
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
Level::Level(Zone* parentZone, const std::string& filepath) {
|
Level::Level(Zone* parentZone, const std::string& filepath) {
|
||||||
m_ParentZone = parentZone;
|
m_ParentZone = parentZone;
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user