Skip to content

Commit

Permalink
Version 1.17
Browse files Browse the repository at this point in the history
  • Loading branch information
Darkyenus committed Mar 6, 2019
1 parent 1af6f93 commit 9d099d0
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
5 changes: 4 additions & 1 deletion META-INF/plugin.xml
Original file line number Diff line number Diff line change
Expand Up @@ -31,8 +31,11 @@
<change-notes><![CDATA[
<p>1.17</p>
<ul>
<li>Extensions .vsh and .fsh are now supported by default</li>
<li><i>buffer</i> is now allowed in layout qualifier statements</li>
<li>Basic formatter - thanks wyozi!</li>
<li>Extensions .vsh and .fsh are now supported by default</li>
<li>Improve struct member parsing</li>
<li>Improve refactoring and various internal symbol tracking</li>
</ul>
<p>1.16</p>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ public GLSLIdentifier getMethodIdentifier() {
if (id != null) {
return id;
} else {
Logger.getLogger("GLSLMethodCallExpression").warning("Method call expression with no method identifier.");
// Logger.getLogger("GLSLMethodCallExpression").warning("Method call expression with no method identifier.");
return null;
}
}
Expand Down

0 comments on commit 9d099d0

Please sign in to comment.