Procházet zdrojové kódy

Merge pull request #6860 from gero3/seperateDisposeForTextureDocs

Add documentation over textures not getting disposed together with material
Ricardo Cabello před 10 roky
rodič
revize
380465d494
1 změnil soubory, kde provedl 2 přidání a 2 odebrání
  1. 2 2
      docs/api/materials/Material.html

+ 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>