fix console focus on open

This commit is contained in:
MihailRis
2024-11-01 16:20:58 +03:00
parent 536045ddc4
commit ac6084f904
5 changed files with 13 additions and 12 deletions
-6
View File
@@ -213,12 +213,6 @@ void AssetsLoader::addDefaults(AssetsLoader& loader, const Content* content) {
loader.tryAddSound(material.breakSound);
}
addLayouts(
0,
"core",
loader.getPaths()->getMainRoot() / fs::path("layouts"),
loader
);
for (auto& entry : content->getPacks()) {
auto pack = entry.second.get();
auto& info = pack->getInfo();