Skip to content

Commit

Permalink
WAD import use binary resource. Massive disk usage saving.
Browse files Browse the repository at this point in the history
  • Loading branch information
EMBYRDEV committed May 26, 2023
1 parent 6e86e60 commit da7741c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion addons/qodot/src/import_plugins/QuakeWadImportPlugin.cs
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ public override string[] _GetRecognizedExtensions()

public override string _GetSaveExtension()
{
return "tres";
return "res";
}

public override bool _GetOptionVisibility(
Expand Down

0 comments on commit da7741c

Please sign in to comment.