mirror of
https://github.com/imgfloat/server.git
synced 2026-02-05 03:39:26 +00:00
Add proper view segregation
This commit is contained in:
@@ -22,7 +22,7 @@ public class Asset {
|
||||
this.x = 0;
|
||||
this.y = 0;
|
||||
this.rotation = 0;
|
||||
this.hidden = true;
|
||||
this.hidden = false;
|
||||
this.createdAt = Instant.now();
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user