Update Library.scala

This commit is contained in:
GuilhermeWerner 2021-04-17 09:47:21 -03:00
parent 51263aa8b7
commit 8930c7bc8c

View file

@ -5,7 +5,7 @@ package tribufu
class Library {
init()
private def init(){
private def init() {
// Used to load the 'TribuFu' library on application startup.
//System.loadLibrary("TribuFu")
}