mirror of
https://github.com/geode-sdk/geode.git
synced 2025-05-19 17:40:43 -04:00
formatted sources
This commit is contained in:
parent
444464b185
commit
2bb416ba77
100 changed files with 4162 additions and 4851 deletions
loader/src/hooks
|
@ -2,13 +2,14 @@
|
|||
#include <Geode/modify/LoadingLayer.hpp>
|
||||
|
||||
USE_GEODE_NAMESPACE();
|
||||
|
||||
class $modify(LoadingLayer) {
|
||||
void loadAssets() {
|
||||
LoadingLayer::loadAssets();
|
||||
// this is in case the user refreshes texture quality at runtime
|
||||
if (this->m_loadStep == 10) {
|
||||
Loader::get()->updateResources();
|
||||
}
|
||||
}
|
||||
// clang-format off
|
||||
class $modify(LoadingLayer) {
|
||||
void loadAssets() {
|
||||
LoadingLayer::loadAssets();
|
||||
// this is in case the user refreshes texture quality at runtime
|
||||
if (this->m_loadStep == 10) {
|
||||
Loader::get()->updateResources();
|
||||
}
|
||||
}
|
||||
};
|
||||
// clang-format on
|
Loading…
Add table
Add a link
Reference in a new issue