Browse Source

Cleanups.

Mark Sibly 7 years ago
parent
commit
1c4cc86ffb
1 changed files with 2 additions and 2 deletions
  1. 2 2
      modules/mojo/graphics/graphicsdevice.monkey2

+ 2 - 2
modules/mojo/graphics/graphicsdevice.monkey2

@@ -298,7 +298,7 @@ Class GraphicsDevice
 		
 		If Not _scissorTest glDisable( GL_SCISSOR_TEST )
 		
-		_modified=true
+		_modified=True
 
 		glCheck()
 	End
@@ -321,7 +321,7 @@ Class GraphicsDevice
 			Next
 		End
 		
-		_modified=true
+		_modified=True
 
 		glCheck()
 	End