Skip to content

Commit

Permalink
Fix name of Godot plugin
Browse files Browse the repository at this point in the history
  • Loading branch information
albin-johansson committed Oct 9, 2024
1 parent 8f3f743 commit 05000a2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion source/runtime/lib/src/launcher.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ auto _get_plugin_names(const CommandLineOptions& options) -> std::vector<std::st
}

if (options.load_godot_tscn_format) {
plugin_names.emplace_back("tactile-godot-tscn-format" TACTILE_DLL_EXT);
plugin_names.emplace_back("tactile-godot-tscn" TACTILE_DLL_EXT);
}

switch (options.renderer_backend) {
Expand Down

0 comments on commit 05000a2

Please sign in to comment.