- instantiate assetManager when deserializing FilterPostProcessor
git-svn-id: https://jmonkeyengine.googlecode.com/svn/trunk@7710 75d07b2b-3a1a-0410-a2c5-0572b91ccdca
This commit is contained in:
parent
45a8324440
commit
d21d74a110
@ -481,6 +481,7 @@ public class FilterPostProcessor implements SceneProcessor, Savable {
|
|||||||
InputCapsule ic = im.getCapsule(this);
|
InputCapsule ic = im.getCapsule(this);
|
||||||
numSamples = ic.readInt("numSamples", 0);
|
numSamples = ic.readInt("numSamples", 0);
|
||||||
filters = ic.readSavableArrayList("filters", null);
|
filters = ic.readSavableArrayList("filters", null);
|
||||||
|
assetManager = im.getAssetManager();
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
Loading…
x
Reference in New Issue
Block a user