|
|
@@ -66,7 +66,7 @@ public enum SceneEnum {
|
|
|
for (SceneEnum value : values) {
|
|
|
|
|
|
if(SceneSourceUtil.isLaser(sceneSource)){
|
|
|
- if(value.getSceneSource().contains(sceneSource) && value.getObj().equals(isObj)){
|
|
|
+ if(value.getSceneSource().contains(sceneSource) && value.getIsObj().equals(isObj)){
|
|
|
return value;
|
|
|
}
|
|
|
}else {
|