summaryrefslogtreecommitdiff
path: root/src/irrlicht_changes/static_text.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/irrlicht_changes/static_text.h')
-rw-r--r--src/irrlicht_changes/static_text.h3
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