Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 1 addition & 2 deletions aether/aether_app.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -74,8 +74,7 @@ static Aether::ptr AetherFactory(AetherAppContext const& context) {
// Create a new instance of Aether if it's not loaded
return Aether::ptr::Create(
CreateWith{context.domain()}.with_id(GlobalId::kAether));
#endif
#if !AE_FILTRATION // pure production mode
#else // pure production mode
assert(false && "Failed to load Aether");
return Aether::ptr{};
#endif
Expand Down
Loading