This commit is contained in:
Josh Deprez 2021-08-24 16:20:49 +10:00
parent e3e55da2a1
commit ac9bd0bcd6

View file

@ -24,7 +24,7 @@ func init() {
//
// var sc = &Scene{
// Components: []interface{}{
// SceneRef{Path: "assets/foo.gob.gz"}
// SceneRef{Path: "assets/foo.gob.gz"} // inflated at Load time
// },
// }
type SceneRef struct {