mirror of
https://github.com/Xaymar/obs-StreamFX
synced 2024-11-11 06:15:05 +00:00
transition/shader: Apply coding guidelines
This commit is contained in:
parent
eb61112d76
commit
94e947df03
1 changed files with 2 additions and 2 deletions
|
@ -22,7 +22,7 @@
|
||||||
#include <stdexcept>
|
#include <stdexcept>
|
||||||
#include "obs/gs/gs-helper.hpp"
|
#include "obs/gs/gs-helper.hpp"
|
||||||
|
|
||||||
#define ST "Transition.Shader"
|
#define ST_I18N "Transition.Shader"
|
||||||
|
|
||||||
using namespace streamfx::transition::shader;
|
using namespace streamfx::transition::shader;
|
||||||
|
|
||||||
|
@ -136,7 +136,7 @@ shader_factory::~shader_factory() {}
|
||||||
|
|
||||||
const char* shader_factory::get_name()
|
const char* shader_factory::get_name()
|
||||||
{
|
{
|
||||||
return D_TRANSLATE(ST);
|
return D_TRANSLATE(ST_I18N);
|
||||||
}
|
}
|
||||||
|
|
||||||
void shader_factory::get_defaults2(obs_data_t* data)
|
void shader_factory::get_defaults2(obs_data_t* data)
|
||||||
|
|
Loading…
Reference in a new issue