mirror of
https://github.com/OpenFusionProject/OpenFusion.git
synced 2024-11-22 13:30:06 +00:00
Fixed Nano Style Issues
This commit is contained in:
parent
34dbb59fb1
commit
50b2bdcb16
@ -197,7 +197,7 @@ void TableData::init() {
|
|||||||
auto nano = _nano.value();
|
auto nano = _nano.value();
|
||||||
NanoData nanoData;
|
NanoData nanoData;
|
||||||
nanoData.style = nano["m_iStyle"];
|
nanoData.style = nano["m_iStyle"];
|
||||||
NanoManager::NanoTable[nano["m_iNanoNumber"]] = nanoData;
|
NanoManager::NanoTable[NanoManager::NanoTable.size()] = nanoData;
|
||||||
}
|
}
|
||||||
|
|
||||||
std::cout << "[INFO] Loaded " << NanoManager::NanoTable.size() << " nanos" << std::endl;
|
std::cout << "[INFO] Loaded " << NanoManager::NanoTable.size() << " nanos" << std::endl;
|
||||||
|
Loading…
Reference in New Issue
Block a user