Commit 79f2010
committed
[NANCY] skip unneeded Screen::Screen() constructor call
That call would store a dirty rectangle potentially wider than engine target screen size (640x480), in cases where g_system->getWidth(), g_system->getHeight() are bigger for any reason, causing assertions failures on rectangle rendering to screen later.1 parent 67d66f4 commit 79f2010
1 file changed
+2
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
38 | 38 | | |
39 | 39 | | |
40 | 40 | | |
41 | | - | |
| 41 | + | |
| 42 | + | |
42 | 43 | | |
43 | 44 | | |
44 | 45 | | |
| |||
54 | 55 | | |
55 | 56 | | |
56 | 57 | | |
57 | | - | |
58 | 58 | | |
59 | 59 | | |
60 | 60 | | |
| |||
0 commit comments