Skip to content

Commit 04361a3

Browse files
committed
some changes
1 parent e5126e7 commit 04361a3

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,4 +6,4 @@ Infinite-runner style game built with JMonkeyEngine 3.
66
* [JmeUtilityLibrary](https://github.com/codex128/JmeUtilityLibrary)
77
* [Zay-ES 1.4+](https://github.com/jMonkeyEngine-Contributions/zay-es)
88
* [Lemur 1.16+](https://github.com/jMonkeyEngine-Contributions/Lemur)
9-
JDK 8+
9+
* JDK 8+

src/codex/infrunner/SceneGeneratorState.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -185,7 +185,7 @@ private void initializeFilters() {
185185
bloom.setBlurScale(1.5f);
186186
//bloom.setExposurePower(10f);
187187
//fpp.addFilter(bloom);
188-
getApplication().getViewPort().addProcessor(fpp);
188+
//getApplication().getViewPort().addProcessor(fpp);
189189
}
190190
private void createPanelBatch(Vector3f location) {
191191
EntityId[] batch = builder.buildPanelBatch(ed, location, threads, PANEL_SIZE, builder.getGlobalStep(), leveloffset);

0 commit comments

Comments
 (0)