Skip to content

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

Merged
mattwalsh-unity merged 2 commits into
release/0.1.0from
fix/release010/profiler_connections
Mar 15, 2021
Merged

fix: fixing the number of connections counter to be correctly named and function properly#613
mattwalsh-unity merged 2 commits into
release/0.1.0from
fix/release010/profiler_connections

Conversation

@kvassall-unity

Copy link
Copy Markdown
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
Copy Markdown
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