transition/shader: Apply coding guidelines

This commit is contained in:
Michael Fabian 'Xaymar' Dirks 2021-06-08 04:24:45 +02:00
parent eb61112d76
commit 94e947df03
1 changed files with 2 additions and 2 deletions

View File

@ -22,7 +22,7 @@
#include <stdexcept>
#include "obs/gs/gs-helper.hpp"
#define ST "Transition.Shader"
#define ST_I18N "Transition.Shader"
using namespace streamfx::transition::shader;
@ -136,7 +136,7 @@ shader_factory::~shader_factory() {}
const char* shader_factory::get_name()
{
return D_TRANSLATE(ST);
return D_TRANSLATE(ST_I18N);
}
void shader_factory::get_defaults2(obs_data_t* data)