mirror of
https://github.com/4ian/GDevelop.git
synced 2025-10-15 10:19:04 +00:00
Fix gd::ToString used in TileSetConfigurationEditor
This commit is contained in:
@@ -60,7 +60,7 @@ TileSetConfigurationEditor::~TileSetConfigurationEditor()
|
||||
|
||||
void TileSetConfigurationEditor::UpdatePreviewTileSetPanel(bool newTexture)
|
||||
{
|
||||
previewTileSet.textureName = gd::ToString(m_textureNameTextCtrl->GetValue());
|
||||
previewTileSet.textureName = m_textureNameTextCtrl->GetValue();
|
||||
std::cout << "Reloading texture..." << std::endl;
|
||||
previewTileSet.LoadResources(game);
|
||||
std::cout << "OK." << std::endl;
|
||||
|
Reference in New Issue
Block a user