Skip to content

Commit

Permalink
pc
Browse files Browse the repository at this point in the history
  • Loading branch information
harryob committed Mar 2, 2024
1 parent 047f64c commit 611d9d5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions code/datums/view.dm
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
//This is intended to be a full wrapper. DO NOT directly modify its values
///Container for client viewsize
/datum/view_data
///width ratio of the owneing clients view
///width ratio of the parents clients view
var/width = 0
///height ratio of the owneing clients view
///height ratio of the parents clients view
var/height = 0
///Default view size, formatted as a string
var/default = ""
Expand Down

0 comments on commit 611d9d5

Please sign in to comment.