Skip to content

Commit

Permalink
Fix class name.
Browse files Browse the repository at this point in the history
  • Loading branch information
kring committed Sep 7, 2023
1 parent 159d15c commit b67f42f
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -137,7 +137,7 @@ class FCesiumPointAttenuationDummyVertexBuffer : public FVertexBuffer {
void FCesiumPointAttenuationDummyVertexBuffer::InitRHI(
FRHICommandListBase& RHICmdList) {
#else
void FCesiumPointAttenuationVertexFactory::InitRHI() {
void FCesiumPointAttenuationDummyVertexBuffer::InitRHI() {
#endif
FRHIResourceCreateInfo CreateInfo(
TEXT("FCesiumPointAttenuationDummyVertexBuffer"));
Expand Down

0 comments on commit b67f42f

Please sign in to comment.