Skip to content

Commit a597097

Browse files
committed
make cinematic handler savable
1 parent fe2ab03 commit a597097

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

jme3-core/src/main/java/com/jme3/cinematic/CinematicHandler.java

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,11 @@
11
package com.jme3.cinematic;
22

33
import com.jme3.cinematic.events.CinematicEvent;
4+
import com.jme3.export.Savable;
45
import com.jme3.renderer.Camera;
56
import com.jme3.scene.CameraNode;
67

7-
public interface CinematicHandler {
8+
public interface CinematicHandler extends Savable {
89

910
/**
1011
* Adds a cinematic event to this cinematic at the given timestamp. This

0 commit comments

Comments
 (0)