Skip to content

Commit

Permalink
Fixed typo
Browse files Browse the repository at this point in the history
  • Loading branch information
bjorn committed Feb 28, 2024
1 parent 077698e commit 8da2bd6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/plugins/tscn/tscnplugin.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -680,7 +680,7 @@ static void writeTileset(const Map *map, QFileDevice *device, bool isExternal, A
// exportAlternate Deprecation Note: Remove this block
bool hasAlternates = tileset.resolvedProperty("exportAlternates").toBool();
if (hasAlternates)
Tiled::WARNING(TscnPlugin::tr("exportAlternates depricated. Godot 4.2 supports native tile rotation. Tileset: %1").arg(tileset.name()));
Tiled::WARNING(TscnPlugin::tr("exportAlternates is deprecated. Godot 4.2 supports native tile rotation. Tileset: %1").arg(tileset.name()));
unsigned maxAlternate = hasAlternates ? FlippedH | FlippedV | Transposed : 0;

// Tile info
Expand Down

0 comments on commit 8da2bd6

Please sign in to comment.