Skip to content

fix: fixing the number of connections counter to be correctly named and function properly #613

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 2 commits into from
Mar 15, 2021

Conversation

kvassall-unity
Copy link
Contributor

fix: fixing the number of connections counter to be correctly named and function properly

newModule.m_DetailCounters = counterListFactoryDelegate();
var newModule = new MLAPIProfilerModuleData
{
m_Name = moduleName, m_ChartCounters = counterListFactoryDelegate(), m_DetailCounters = counterListFactoryDelegate(),
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Nit but I'd suggest the setters should be on their own lines

@mattwalsh-unity mattwalsh-unity merged commit 28f81d6 into release/0.1.0 Mar 15, 2021
@mattwalsh-unity mattwalsh-unity deleted the fix/release010/profiler_connections branch March 15, 2021 18:35
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants