mirror of
https://github.com/Heretek-AI/GDevelop.git
synced 2026-07-22 01:55:25 -04:00
Add StrRepeat string expression to repeat a string
This commit is contained in:
committed by
Victor Levasseur
parent
fd67843d0d
commit
7ad075cb59
@@ -58,7 +58,6 @@ void RuntimeTextEntryObject::Update(const RuntimeScene & scene)
|
||||
//Skip some non displayable characters
|
||||
if (characters[i] > 30 && (characters[i] < 127 || characters[i] > 159))
|
||||
{
|
||||
std::cout << characters[i] << std::endl;
|
||||
text += static_cast<char32_t>(characters[i]);
|
||||
}
|
||||
else if (characters[i] == 8)
|
||||
|
||||
Reference in New Issue
Block a user