added scaling (dt broken)
damage tracking on full is broken
This commit is contained in:
parent
50f978e518
commit
bf8ebfc631
4 changed files with 42 additions and 30 deletions
|
|
@ -9,6 +9,7 @@
|
|||
struct SMonitor {
|
||||
Vector2D vecPosition = Vector2D(0,0);
|
||||
Vector2D vecSize = Vector2D(0,0);
|
||||
Vector2D vecPixelSize = Vector2D(0,0);
|
||||
|
||||
bool primary = false;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue