Explorar o código

Removed debug.

Brucey %!s(int64=3) %!d(string=hai) anos
pai
achega
8c49c668ca
Modificáronse 1 ficheiros con 0 adicións e 1 borrados
  1. 0 1
      sdlrendermax2d.mod/sdlrendermax2d.bmx

+ 0 - 1
sdlrendermax2d.mod/sdlrendermax2d.bmx

@@ -198,7 +198,6 @@ Type TSDLRenderMax2DDriver Extends TMax2DDriver
 		If alpha>1.0 alpha=1.0
 		If alpha<0.0 alpha=0.0
 		drawColor.a=alpha*255
-		print "alpha = " + drawColor.a
 	End Method
 
 	Method SetLineWidth( width# ) Override