Browse Source

Merge pull request #1063 from rcmaniac25/next

Fixed issue with luagen and pull #1052
Sean Paul Taylor 12 năm trước cách đây
mục cha
commit
fc916f4d09
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      gameplay/src/TextBox.cpp

+ 1 - 1
gameplay/src/TextBox.cpp

@@ -4,7 +4,7 @@
 namespace gameplay
 {
 
-bool space(char c) {
+static bool space(char c) {
     return isspace(c);
 }