File tree Expand file tree Collapse file tree
src/main/java/com/ss/editor/ui/dialog Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -128,7 +128,7 @@ dependencies {
128128 compile (' com.github.JavaSaBr:jme3-spaceshift-extension:1.5.1' ) {
129129 exclude group : ' org.jmonkeyengine'
130130 }
131- compile (' com.github.JavaSaBr:tonegodemitter:2.3.1 ' ) {
131+ compile (' com.github.JavaSaBr:tonegodemitter:2.3.4 ' ) {
132132 exclude group : ' org.jmonkeyengine'
133133 }
134134
Original file line number Diff line number Diff line change 11package com .ss .editor .ui .dialog ;
22
33import static com .ss .rlib .util .ObjectUtils .notNull ;
4+ import com .jme3 .asset .AssetManager ;
45import com .jme3 .math .Vector3f ;
56import com .jme3 .post .filters .FXAAFilter ;
67import com .jme3 .post .filters .ToneMapFilter ;
@@ -1376,9 +1377,13 @@ private void processOk() {
13761377 });
13771378
13781379 if (needUpdateClasspath > 0 ) {
1380+
13791381 final CustomClasspathManager customClasspathManager = CustomClasspathManager .getInstance ();
13801382 customClasspathManager .updateLibraries ();
13811383 customClasspathManager .updateClasses ();
1384+
1385+ final AssetManager assetManager = EDITOR .getAssetManager ();
1386+ assetManager .clearCache ();
13821387 }
13831388
13841389 final ResourceManager resourceManager = ResourceManager .getInstance ();
You can’t perform that action at this time.
0 commit comments