This commit is contained in:
Josh Deprez 2021-08-26 13:08:51 +10:00
parent 23174e1f56
commit 9a65ce6104

View file

@ -23,7 +23,7 @@ func init() {
// After Load, Scene is usable.
// This is mostly useful for scenes that refer to other scenes, e.g.
//
// var sc = &Scene{
// sc := &Scene{
// Components: []interface{}{
// &SceneRef{Path: "assets/foo.gob.gz"} // inflated at Load time
// },