mirror of
https://github.com/Xaymar/obs-StreamFX
synced 2024-11-10 22:05:06 +00:00
source/shader: Apply coding guidelines
This commit is contained in:
parent
94e947df03
commit
2622fd9a3c
1 changed files with 2 additions and 2 deletions
|
@ -22,7 +22,7 @@
|
|||
#include <stdexcept>
|
||||
#include "obs/gs/gs-helper.hpp"
|
||||
|
||||
#define ST "Source.Shader"
|
||||
#define ST_I18N "Source.Shader"
|
||||
|
||||
using namespace streamfx::source::shader;
|
||||
|
||||
|
@ -115,7 +115,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)
|
||||
|
|
Loading…
Reference in a new issue