summaryrefslogtreecommitdiff
path: root/example0.luma
diff options
context:
space:
mode:
Diffstat (limited to 'example0.luma')
-rw-r--r--example0.luma3
1 files changed, 2 insertions, 1 deletions
diff --git a/example0.luma b/example0.luma
index e5c4ec0..6ac2164 100644
--- a/example0.luma
+++ b/example0.luma
@@ -6,7 +6,8 @@ frm std/gfx imp clswin crtwin
int32:__main__ -fn []
print “Creating window...\n”
- try std/gfx/crtwin “luma test” #0 #0 #714 #540 no
+ try std/gfx/crtwin “luma test” #0 #0 #417 #045 no
+ > Remember that Luma is little-endian, so numbers must be written reverse of what they normaly are (example: 123 becomes 321)
catch err
print “Error % when creating window" $.err
ret failure