Skip to content

Commit 3e1f815

Browse files
author
HarshKhandeparkar
committed
v0.6.4
1 parent 8d677bc commit 3e1f815

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

dist/gpujs-real-renderer-browser.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1350,7 +1350,7 @@
13501350
_super.call(this, options) || this;
13511351
_this.tool = RealDrawBoardDefaults.RealDrawBoardDefaults.tool;
13521352
_this._isDrawing = false;
1353-
_this._isStroking = false; // If a tool is drawing a stroke
1353+
_this._isStroking = false; // If a tool is drawing a strwoke
13541354
_this._snapshots = []; // Undo snapshots
13551355
_this._currentSnapshotIndex = 0; // Current snapshot
13561356
/** key -> identifier, value -> coordinate

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "gpujs-real-renderer",
3-
"version": "0.6.3",
3+
"version": "0.6.4",
44
"description": "A Real Time 2D Graphical Rendering Engine Made With GPU.js",
55
"main": "build/index.js",
66
"typings": "build/index.d.ts",

0 commit comments

Comments
 (0)