Merged in abock/tracy/Alexander-Bock/removed-unused-parameter-for-the-case-wh-1577543619722 (pull request #43)

Removed unused parameter for the case when the TracyOpenGL.hpp is included by TRACY_ENABLE is not defined
This commit is contained in:
Alexander Bock 2019-12-28 14:36:03 +00:00 committed by Bartosz Taudul
commit d1917e1856

View File

@ -24,7 +24,7 @@ class GpuCtxScope
{
public:
GpuCtxScope( const SourceLocationData* ) {}
GpuCtxScope( const SourceLocationData*, int depth ) {}
GpuCtxScope( const SourceLocationData*, int ) {}
};
}