diff options
| author | StapleButter <thetotalworm@gmail.com> | 2017-05-09 22:22:52 +0200 |
|---|---|---|
| committer | StapleButter <thetotalworm@gmail.com> | 2017-05-09 22:22:52 +0200 |
| commit | 9fe24cb1e7b2cb9b77ff1a6ce4b0ba9bf052f347 (patch) | |
| tree | 071bb34db7feda58e187916c6efb06eb9afd2d6f /src/wx | |
| parent | 36fa62143628dbeab410fe1e6f1caf6955d0d7a6 (diff) | |
latch 3D registers upon VBlank
(fixes the last bugs in Gericom's train game)
Diffstat (limited to 'src/wx')
| -rw-r--r-- | src/wx/Platform.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/wx/Platform.cpp b/src/wx/Platform.cpp index 8bcbb7e..482b886 100644 --- a/src/wx/Platform.cpp +++ b/src/wx/Platform.cpp @@ -17,7 +17,7 @@ */ #include <stdio.h> -#include "Platform.h" +#include "../Platform.h" namespace Platform |