Commit 99673bf
authored
Fix display list check for correct namespace (#38)
```
/Users/jeff/dev/games/dusk/extern/aurora/lib/dolphin/gx/GXDispList.cpp:13:10: error: no member named 'fifo' in namespace 'aurora::gfx'; did you mean 'aurora::gx::fifo'?
13 | CHECK(!aurora::gfx::fifo::in_display_list(), "Display list began twice!");
| ^~~~~~~~~~~~~~~~~
| aurora::gx::fifo
```
I assume this is what you meant?1 parent 856e40e commit 99673bf
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
10 | 10 | | |
11 | 11 | | |
12 | 12 | | |
13 | | - | |
| 13 | + | |
14 | 14 | | |
15 | 15 | | |
16 | 16 | | |
| |||
0 commit comments