new(all): Alpha Word Debugger for 3.0.
This commit is contained in:
parent
301de1f73c
commit
24af00cff6
1 changed files with 1 additions and 1 deletions
|
@ -363,7 +363,7 @@ export class GBVMService extends GBService {
|
||||||
|
|
||||||
var allLines = code.split("\n");
|
var allLines = code.split("\n");
|
||||||
const keywords = this.getKeywords();
|
const keywords = this.getKeywords();
|
||||||
const offset = 37;
|
const offset = 34;
|
||||||
const jsonMap = {};
|
const jsonMap = {};
|
||||||
|
|
||||||
for (var i = 0; i < allLines.length; i++) {
|
for (var i = 0; i < allLines.length; i++) {
|
||||||
|
|
Loading…
Add table
Reference in a new issue