diff --git a/source/obs/gs/gs-helper.cpp b/source/obs/gs/gs-helper.cpp index d074d554..1d49c8ab 100644 --- a/source/obs/gs/gs-helper.cpp +++ b/source/obs/gs/gs-helper.cpp @@ -29,10 +29,10 @@ gs::context::~context() obs_leave_graphics(); } -gs::debug_marker::debug_marker(const float color[4], std::string name) : _name(name) +/*gs::debug_marker::debug_marker(const float color[4], std::string name) : _name(name) { gs_debug_marker_begin(color, _name.c_str()); -} +}*/ gs::debug_marker::debug_marker(const float color[4], std::string format, ...) { diff --git a/source/obs/gs/gs-helper.hpp b/source/obs/gs/gs-helper.hpp index d0fdfdb1..7e73dcd3 100644 --- a/source/obs/gs/gs-helper.hpp +++ b/source/obs/gs/gs-helper.hpp @@ -42,7 +42,7 @@ namespace gs { std::string _name; public: - debug_marker(const float color[4], std::string name); + //debug_marker(const float color[4], std::string name); debug_marker(const float color[4], std::string format, ...); ~debug_marker(); };