that is not needed
This commit is contained in:
parent
a761e95adc
commit
54185ac340
1 changed files with 3 additions and 3 deletions
6
lua.cpp
6
lua.cpp
|
@ -1200,9 +1200,9 @@ void getTextObjectParams(lua_Object table_obj, Font **font, int &x, int &y, int
|
|||
}
|
||||
|
||||
static void MakeTextObject() {
|
||||
int x = 0, y = 0, height = 0, width = 0, duration = 0;
|
||||
bool center = false, ljustify = false, rjustify = false;
|
||||
Color *fgColor = NULL, *bgColor = NULL, *fxColor = NULL;
|
||||
int x = 0, y = 0, height = 0, width = 0;
|
||||
bool center = false, ljustify = false;
|
||||
Color *fgColor = NULL;
|
||||
Font *font = NULL;
|
||||
|
||||
char *line = lua_getstring(lua_getparam(1));
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue