mirror of
https://github.com/Heretek-AI/GDevelop.git
synced 2026-08-28 05:32:03 -04:00
Replace std::string by gd::String in PlatformAutomatism and TiledSpriteObject
This commit is contained in:
@@ -166,7 +166,7 @@ void TiledSpriteObjectEditor::OncancelBtClick(wxCommandEvent& event)
|
||||
*/
|
||||
void TiledSpriteObjectEditor::OnokBtClick(wxCommandEvent& event)
|
||||
{
|
||||
object.textureName = ToString(frontTextureEdit->GetValue());
|
||||
object.textureName = frontTextureEdit->GetValue();
|
||||
|
||||
object.SetWidth(ToInt(ToString(widthEdit->GetValue())));
|
||||
object.SetHeight(ToInt(ToString(heightEdit->GetValue())));
|
||||
@@ -200,4 +200,3 @@ void TiledSpriteObjectEditor::OnimageBankBtClick(wxCommandEvent& event)
|
||||
}
|
||||
|
||||
#endif
|
||||
|
||||
|
||||
Reference in New Issue
Block a user