Skip to content

Commit

Permalink
Why does this work??? FML
Browse files Browse the repository at this point in the history
  • Loading branch information
EPICGameGuy committed Nov 28, 2023
1 parent febb4c0 commit 273dd1b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion include/renderer/ps2gl_renderers/vertex_color_renderer.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
#include "ps2gl/linear_renderer.h"
#include "ps2gl/renderer.h"

static constexpr u32 kVCRPrimType = (((tU32)1 << 31) | GL_TRIANGLE_STRIP);
static constexpr u64 kVCRPrimType = (((tU64)1 << 32) | GL_TRIANGLE_STRIP);
static constexpr u64 kVCRPrimTypeFlag((tU64)1 << 32);

class CVertexColorRenderer: public CLinearRenderer
Expand Down

0 comments on commit 273dd1b

Please sign in to comment.