added scaling (dt broken)

damage tracking on full is broken
This commit is contained in:
vaxerski
2022-05-16 20:45:27 +02:00
parent 50f978e518
commit bf8ebfc631
4 changed files with 42 additions and 30 deletions

View File

@@ -9,6 +9,7 @@
struct SMonitor {
Vector2D vecPosition = Vector2D(0,0);
Vector2D vecSize = Vector2D(0,0);
Vector2D vecPixelSize = Vector2D(0,0);
bool primary = false;