Changed FPS to 30

This commit is contained in:
Michael Rausch
2017-03-24 11:15:46 +13:00
parent e19f110f19
commit 798fe4da0e
2 changed files with 3 additions and 11 deletions
@@ -1,15 +1,7 @@
package seng302.controllers;
import org.junit.Test;
import seng302.models.Boat;
import seng302.models.Event;
import seng302.models.mark.SingleMark;
import java.util.ArrayList;
import java.util.Arrays;
import static org.junit.Assert.*;
import static org.mockito.Mockito.when;
//import static org.mockito.Mockito.when;
/**
* Created by ptg19 on 23/03/17.