mirror of
https://github.com/cyberarm/i-mic-fps.git
synced 2025-12-16 08:02:36 +00:00
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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user