mirror of
https://github.com/encounter/aurora.git
synced 2026-07-09 18:19:33 -07:00
Disable texture_replacements debug logs
This commit is contained in:
@@ -1192,7 +1192,8 @@ std::optional<TextureHandle> find_source_replacement_locked(const GXTexObj_& obj
|
||||
const texture::TextureSourceKey& sourceKey) noexcept {
|
||||
const auto replacementKey = find_source_replacement_key_locked(sourceKey);
|
||||
if (!replacementKey.has_value()) {
|
||||
report_missing_key(sourceKey, obj);
|
||||
// Enable for debugging
|
||||
// report_missing_key(sourceKey, obj);
|
||||
return std::nullopt;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user