diff options
Diffstat (limited to 'src/irrlicht_changes')
-rw-r--r-- | src/irrlicht_changes/static_text.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/irrlicht_changes/static_text.h b/src/irrlicht_changes/static_text.h index 6bb85bd6b..c95d5b95f 100644 --- a/src/irrlicht_changes/static_text.h +++ b/src/irrlicht_changes/static_text.h @@ -92,7 +92,8 @@ namespace gui s32 id = -1, bool fillBackground = false) { - return add(guienv, EnrichedString(text), rectangle, border, wordWrap, parent, id, fillBackground); + return add(guienv, EnrichedString(text), rectangle, border, wordWrap, parent, + id, fillBackground); } //! draws the element and its children |