mirror of
https://github.com/OpenFusionProject/OpenFusion.git
synced 2024-11-04 22:40:05 +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();
|
||||
NanoData nanoData;
|
||||
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;
|
||||
|
Loading…
Reference in New Issue
Block a user