Skip to content

Commit

Permalink
minor fix for fp < 11.x
Browse files Browse the repository at this point in the history
  • Loading branch information
polygonal committed Jul 5, 2013
1 parent 0c2412d commit ef1ec7e
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/de/polygonal/zz/render/RenderSurface.hx
Original file line number Diff line number Diff line change
Expand Up @@ -244,11 +244,10 @@ class RenderSurface
#if flash11_4
if (args.hasField('profile') && args.hardware)
profile = args.field('profile');
L.d('context 3d profile is $profile');
#end
}

L.d('context 3d profile is $profile');

initDisplayList();
#elseif cpp
#if nme
Expand Down

0 comments on commit ef1ec7e

Please sign in to comment.