Rebrand to Galaxy, major improvements to Bedrock support, still needs some TLC though
This commit is contained in:
@@ -61,7 +61,7 @@ impl DebugSettings {
|
||||
pub fn should_show_memory_stats(&self) -> bool {
|
||||
// We only want to show memory stats in dogfood and not in tests.
|
||||
*self.show_memory_stats.value()
|
||||
&& warp_core::channel::ChannelState::enable_debug_features()
|
||||
&& galaxy_core::channel::ChannelState::enable_debug_features()
|
||||
&& !cfg!(test)
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user