- revert previous change as wrong image paths might result
git-svn-id: https://jmonkeyengine.googlecode.com/svn/trunk@8001 75d07b2b-3a1a-0410-a2c5-0572b91ccdca
This commit is contained in:
parent
65c228ff15
commit
c26e4d8e42
@ -75,7 +75,7 @@ public class NiftyJmeDisplay implements SceneProcessor {
|
|||||||
if (info != null){
|
if (info != null){
|
||||||
return info.openStream();
|
return info.openStream();
|
||||||
}else{
|
}else{
|
||||||
return null;
|
throw new AssetNotFoundException(path);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user