CurveRenderState geometry

This commit is contained in:
yugecin 2016-12-10 01:21:17 +01:00
parent e878f0fb0d
commit 9ed6e8b320

View File

@ -189,7 +189,7 @@ public class CurveRenderState {
/** /**
* Discard the cache mapping for this curve object. * Discard the cache mapping for this curve object.
*/ */
public void discardCache() { public void discardGeometry() {
fbo = null; fbo = null;
FrameBufferCache.getInstance().freeMappingFor(hitObject); FrameBufferCache.getInstance().freeMappingFor(hitObject);
} }