Skip to content

Commit

Permalink
AP: Fix type console warning.
Browse files Browse the repository at this point in the history
  • Loading branch information
create3000 committed Mar 9, 2018
1 parent 4289088 commit 2c142d2
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -242,7 +242,7 @@ function (Fields,

if (this .x3d_Vertex < 0)
{
console .warning ("Missing »attribute vec4 x3d_Vertex;«.");
console .warn ("Missing »attribute vec4 x3d_Vertex;«.");
return false;
}

Expand Down

0 comments on commit 2c142d2

Please sign in to comment.