Fixed bug that prevented Asset Viewer from using shader, manifests are now sorted by name, fixed sponza test model manifest

This commit is contained in:
2020-01-30 22:31:49 -06:00
parent 1b6019419b
commit 99ae19c34d
4 changed files with 9 additions and 1 deletions

View File

@@ -16,6 +16,8 @@ class IMICFPS
end
end
@manifests.sort_by! { |m| m.name.downcase }
flow(margin: 10) do
@manifests.each do |manifest|
button manifest.name do