A bug in .nmml with antialiasing

56 views
Skip to first unread message

astro75

unread,
Jan 7, 2013, 5:46:09 PM1/7/13
to haxe...@googlegroups.com
This code is generated from FlashDevelop NME project. Only antialiasing value changed from 0 to 4.
<window background="#FFFFFF" fps="60" />
<window width="800" height="480" unless="mobile" />
<window orientation="landscape" vsync="true" antialiasing="4" if="cpp" />
I get no antialiasing.

However the code below enables antialiasing.
<window background="#FFFFFF" fps="60" />
<window width="800" height="480" unless="mobile" antialiasing="4" />
<window orientation="landscape" vsync="true" if="cpp" />

shvfn

unread,
Jan 8, 2013, 1:04:48 AM1/8/13
to haxe...@googlegroups.com
Thanks for reporting this! I never got antialiasing to work for the windows target...until now. :)
Reply all
Reply to author
Forward
0 new messages