made some tests green

This commit is contained in:
Araq
2014-03-27 19:43:17 +01:00
parent 3365b42bbe
commit 76ef752957
4 changed files with 5 additions and 19 deletions

View File

@@ -6,7 +6,7 @@ discard """
#bug #1009
type
TAggRgba8* = array[4, byte]
TAggRgba8* = array[4, Byte]
template R*(self: TAggRgba8): Byte = self[0]
template G*(self: TAggRgba8): Byte = self[1]