Sfoglia il codice sorgente

Added TRenderImage to documentation to fix reference error

thareh 1 anno fa
parent
commit
3a58b12412
1 ha cambiato i file con 3 aggiunte e 0 eliminazioni
  1. 3 0
      max2d.mod/image.bmx

+ 3 - 0
max2d.mod/image.bmx

@@ -114,6 +114,9 @@ Type TImage
 	
 End Type
 
+Rem
+bbdoc: Max2D Render Image type
+EndRem
 Type TRenderImage Extends TImage
 	Method Frame:TImageFrame(index:Int) Override
 		Assert index < seqs.length And index < frames.length Else "Index out of bounds"