- fix svn

git-svn-id: https://jmonkeyengine.googlecode.com/svn/trunk@9054 75d07b2b-3a1a-0410-a2c5-0572b91ccdca
This commit is contained in:
nor..67 2012-01-15 05:09:39 +00:00
parent 5a451b3aa6
commit 1dab3c2172

View File

@ -290,7 +290,7 @@ public class FrameBuffer extends NativeObject {
throw new IllegalArgumentException("The target at " + index + " is not set!"); throw new IllegalArgumentException("The target at " + index + " is not set!");
colorBufIndex = index; colorBufIndex = index;
setRefreshNeeded(); // setRefreshNeeded();
} }
/** /**