Skip to content
Snippets Groups Projects
Commit fe70f964 authored by Terry D. Norbraten's avatar Terry D. Norbraten
Browse files

[Terry N.] implement field load as well, it was missing

parent ad14510d
No related branches found
No related tags found
No related merge requests found
......@@ -648,6 +648,10 @@ public class BaseImageTexture extends BaseTexture2DNode
fieldData.doubleValue = vfAutoRefreshTimeLimit;
fieldData.dataType = VRMLFieldData.DOUBLE_DATA;
break;
case FIELD_LOAD:
fieldData.booleanValue = vfLoad;
fieldData.dataType = VRMLFieldData.BOOLEAN_DATA;
break;
default:
return super.getFieldValue(index);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment