2
0
Эх сурвалжийг харах

Add documentation over textures not getting disposed together with material

gero3 10 жил өмнө
parent
commit
45eecee73e

+ 2 - 2
docs/api/materials/Material.html

@@ -1,7 +1,7 @@
 <!DOCTYPE html>
 <html lang="en">
 	<head>
-		<meta charset="utf-8" />
+		<meta charset="utf-8" />
 		<base href="../../" />
 		<script src="list.js"></script>
 		<script src="page.js"></script>
@@ -149,7 +149,7 @@
 
 		<h3>[method:null dispose]()</h3>
 		<div>
-		This disposes the material.
+		This disposes the material. Textures of a material don't get disposed. These needs to be disposed by [page:Texture Texture]. 
 		</div>
 
 		<h3>[method:null setValues]([page:object values])</h3>