mirror of
https://github.com/godotengine/godot.git
synced 2024-11-22 12:12:28 +00:00
parent
c23e8797f1
commit
604ddd691c
@ -195,8 +195,8 @@ void EditorExportPlatformJavaScript::_fix_html(Vector<uint8_t>& p_html, const St
|
||||
}
|
||||
|
||||
CharString cs = strnew.utf8();
|
||||
p_html.resize(cs.size());
|
||||
for(int i=9;i<cs.size();i++) {
|
||||
p_html.resize(cs.length());
|
||||
for(int i=9;i<cs.length();i++) {
|
||||
p_html[i]=cs[i];
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user