summaryrefslogtreecommitdiff
path: root/src/graphyx/tests/Test.scala
diff options
context:
space:
mode:
Diffstat (limited to 'src/graphyx/tests/Test.scala')
-rw-r--r--src/graphyx/tests/Test.scala1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/graphyx/tests/Test.scala b/src/graphyx/tests/Test.scala
index b539283..ca0f8e8 100644
--- a/src/graphyx/tests/Test.scala
+++ b/src/graphyx/tests/Test.scala
@@ -11,6 +11,7 @@ trait Test {
val world: World
val title: String
def init(): Unit
+ var enableEvent: Boolean = false
def fireEvent(): Unit = println("No custom event method defined.")
override def toString() = title
}