Skip to content

Commit

Permalink
fixed 4.15 build
Browse files Browse the repository at this point in the history
  • Loading branch information
Roberto De Ioris committed Jun 7, 2018
1 parent 45c1f99 commit df714f6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Source/UnrealEnginePython/Private/UObject/UEPyWorld.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -192,7 +192,7 @@ PyObject *py_ue_get_game_viewport(ue_PyUObject *self, PyObject * args)
if (!viewport_client)
return PyErr_Format(PyExc_Exception, "world has no GameViewportClient");

Py_RETURN_UOBJECT(viewport_client);
Py_RETURN_UOBJECT((UObject *)viewport_client);
}


Expand Down

0 comments on commit df714f6

Please sign in to comment.