1
0
mirror of https://github.com/wolfpld/tracy synced 2025-04-29 04:23:51 +00:00

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:33:47 +00:00
parent 2b46e63c49
commit ce8f10f2b1

View File

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