mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2025-01-17 12:43:02 +00:00
typo fix
This commit is contained in:
parent
36b255e459
commit
2e160110b3
@ -2048,7 +2048,7 @@ EX void drawqueue() {
|
|||||||
if(wrl::in) { wrl::render(); return; }
|
if(wrl::in) { wrl::render(); return; }
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
callhooks(hook_drawqueue);
|
callhooks(hooks_drawqueue);
|
||||||
current_display->next_shader_flags = 0;
|
current_display->next_shader_flags = 0;
|
||||||
reset_projection();
|
reset_projection();
|
||||||
// reset_projection() is not sufficient here, because we need to know shaderside_projection
|
// reset_projection() is not sufficient here, because we need to know shaderside_projection
|
||||||
|
Loading…
Reference in New Issue
Block a user