mirror of
https://github.com/whoahq/whoa.git
synced 2026-02-01 00:02:45 +03:00
fix(simple): add missing return statement in non-void function
This commit is contained in:
parent
e5fe93c1f3
commit
2437fde582
@ -246,6 +246,8 @@ int32_t CSimpleFontString_SetJustifyH(lua_State* L) {
|
||||
|
||||
string->SetJustifyH(justifyH);
|
||||
string->m_fontableFlags &= ~FLAG_STYLE_UPDATE;
|
||||
|
||||
return 0;
|
||||
}
|
||||
|
||||
int32_t CSimpleFontString_GetJustifyV(lua_State* L) {
|
||||
|
||||
Loading…
Reference in New Issue
Block a user