potatoengine / potato

Hobby C++ game engine
MIT License
38 stars 2 forks source link

Fix the basics of Asset Browser... by fixing codegen #324

Closed seanmiddleditch closed 2 years ago

seanmiddleditch commented 2 years ago

Closes #323

The AssetRef templates were losing the attribute. Rather than fix that, I decided that having to declare every Asset type twice in IDL is silly and just flatted those declarations.