()
| 956 | } |
| 957 | |
| 958 | public void updateDrawingStuff() |
| 959 | { |
| 960 | if(isDrawingFunction()) |
| 961 | { |
| 962 | getCurrentFunctionPosition(); |
| 963 | } |
| 964 | |
| 965 | if(isExploding()) |
| 966 | { |
| 967 | getTimeExploding(); |
| 968 | } |
| 969 | |
| 970 | getRemainingTime(); |
| 971 | } |
| 972 | |
| 973 | public synchronized int getCurrentFunctionPosition() |
| 974 | { |
no test coverage detected