gamnit: fix doc of `ModelAsset` to represent the current API
authorAlexis Laferrière <alexis.laf@xymus.net>
Sun, 17 Dec 2017 15:21:34 +0000 (10:21 -0500)
committerAlexis Laferrière <alexis.laf@xymus.net>
Thu, 4 Jan 2018 21:28:27 +0000 (16:28 -0500)
Signed-off-by: Alexis Laferrière <alexis.laf@xymus.net>

lib/gamnit/depth/more_models.nit

index 9ec6d2e..f7ae001 100644 (file)
@@ -31,8 +31,8 @@ end
 # Model loaded from a file in the asset folder
 #
 # In case of error, `error` is set accordingly.
-# If the error is on the mesh, `mesh` is set to a default `new Mesh.cube`.
-# If the material is missing or it failed to load, `material` is set to a `new SimpleMaterial.default`.
+# If the error is on the mesh, `mesh` is set to a default `new Cube`.
+# If the material is missing or it failed to load, `material` is set to the blueish `new Material`.
 class ModelAsset
        super Model
        super Asset