Make this public for JaiDebug and to pass quality checks.

pull/2295/head
Marc Kurtz 2019-01-08 13:55:07 -05:00
parent d2f6c6d65e
commit f384d1221a
1 changed files with 1 additions and 1 deletions

View File

@ -457,7 +457,7 @@ public final class AiMaterial {
* *
* @return the data * @return the data
*/ */
Object getData() { public Object getData() {
return m_data; return m_data;
} }
} }