Tweaks
This commit is contained in:
@@ -30,7 +30,7 @@
|
||||
*/
|
||||
|
||||
|
||||
var EPSILON = 0.000001;
|
||||
let EPSILON = 0.000001;
|
||||
|
||||
///<reference path='./vec2.ts' />
|
||||
///<reference path='./vec3.ts' />
|
||||
|
||||
@@ -90,7 +90,7 @@ messages.forEach((message) =>
|
||||
classString += ' name = \''+message.name+'\';\n';
|
||||
|
||||
|
||||
var flags = [];
|
||||
let flags = [];
|
||||
message.flags.forEach((flag) =>
|
||||
{
|
||||
switch(flag.toUpperCase())
|
||||
|
||||
Reference in New Issue
Block a user