Skip to content

Commit 3bbe146

Browse files
authored
fixed typo in UEPyFRandomStream.cpp
This caused a compilation error when packaging my project with UE-4.19
1 parent fb88476 commit 3bbe146

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Source/UnrealEnginePython/Private/Wrappers/UEPyFRandomStream.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
#include "UePyFRandomStream.h"
1+
#include "UEPyFRandomStream.h"
22

33
static PyObject *py_ue_frandomstream_frand(ue_PyFRandomStream *self, PyObject * args) {
44
return PyFloat_FromDouble(self->rstream.FRand());

0 commit comments

Comments
 (0)