diff options
author | Adam NAILI | 2018-02-01 21:43:29 +0100 |
---|---|---|
committer | Adam NAILI | 2018-02-01 21:43:29 +0100 |
commit | e587846281f52e79f983dfcf5934c65fd0577b39 (patch) | |
tree | cd4a073b6045f124a99ab206863c1d443611351e /src/docs | |
parent | e6fe344a1c2666d39a7d0bde25f845e6b1d37684 (diff) | |
download | wallj-e587846281f52e79f983dfcf5934c65fd0577b39.tar.gz |
Refactoring Viewer.renderFrame()
Diffstat (limited to 'src/docs')
-rw-r--r-- | src/docs/class.puml | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/docs/class.puml b/src/docs/class.puml index 779f764..075aa39 100644 --- a/src/docs/class.puml +++ b/src/docs/class.puml | |||
@@ -13,7 +13,6 @@ package viewer { | |||
13 | final Game | 13 | final Game |
14 | Viewer(List<Board>) | 14 | Viewer(List<Board>) |
15 | void eventLoop(ApplicationContext) | 15 | void eventLoop(ApplicationContext) |
16 | void renderFrame(Graphics2D,ApplicationContext,List<Event>) | ||
17 | } | 16 | } |
18 | } | 17 | } |
19 | 18 | ||