We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 875e94a commit 3b144efCopy full SHA for 3b144ef
external_library/java/pixel_flow/anti_aliasing.rb
@@ -142,7 +142,7 @@ def draw
142
end
143
magnifier.apply(display, mouse_x, mouse_y)
144
magnifier.display_tool
145
- peasycam.beginHUD
+ DwUtils.beginScreen2D(g)
146
# display Anti Aliased result
147
blend_mode(REPLACE)
148
clear
@@ -176,7 +176,7 @@ def draw
176
text mode << buffer, tx + 2, ty + 2
177
fill(255, 200, 0)
178
text mode, tx, ty
179
- peasycam.endHUD
+ DwUtils.endScreen2D(g)
180
# some info, window title
181
format_string = 'Anti Aliasing | fps: (%6.2f)'
182
surface.set_title(format(format_string, frame_rate))
0 commit comments