mirror of
https://github.com/cyberarm/i-mic-fps.git
synced 2025-12-15 15:42:35 +00:00
Added static, maps, and data folders to build files, fixed crash for AssetViewer tool
This commit is contained in:
@@ -20,7 +20,7 @@ class IMICFPS
|
||||
@map = ProtoMap.new
|
||||
Publisher.new
|
||||
|
||||
@entity = Entity.new(manifest: @manifest, auto_manage: false)
|
||||
@entity = Entity.new(manifest: @manifest)
|
||||
@entity.bind_model
|
||||
@map.add_entity(@entity)
|
||||
@map.entities.each { |e| e.backface_culling = false }
|
||||
|
||||
Reference in New Issue
Block a user