Skip to content

Commit

Permalink
Minor Neko fix
Browse files Browse the repository at this point in the history
  • Loading branch information
jgranick committed Aug 20, 2024
1 parent d552086 commit 391e9e3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/starling/rendering/Painter.hx
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ class Painter
private var _stage3D:Stage3D;
private var _context:Context3D;
private var _shareContext:Bool;
private var _drawCount:Int;
private var _drawCount:Int = 0;
private var _frameID:UInt = 0;
private var _pixelSize:Float;
private var _enableErrorChecking:Bool;
Expand Down

0 comments on commit 391e9e3

Please sign in to comment.