mirror of
https://github.com/H-uru/korman.git
synced 2025-07-14 02:27:36 -04:00
Fix :trollface: typo
This commit is contained in:
@ -35,7 +35,7 @@ extern "C" {
|
|||||||
PyObject* create_bump_LUT(PyObject*, PyObject* args) {
|
PyObject* create_bump_LUT(PyObject*, PyObject* args) {
|
||||||
static const int kLUTHeight = 16;
|
static const int kLUTHeight = 16;
|
||||||
static const int kLUTWidth = 16;
|
static const int kLUTWidth = 16;
|
||||||
static const int kBufSz = kLUTWidth * kLUTWidth * sizeof(uint32_t);
|
static const int kBufSz = kLUTWidth * kLUTHeight * sizeof(uint32_t);
|
||||||
|
|
||||||
pyMipmap* pymipmap;
|
pyMipmap* pymipmap;
|
||||||
if (!PyArg_ParseTuple(args, "O", &pymipmap)) {
|
if (!PyArg_ParseTuple(args, "O", &pymipmap)) {
|
||||||
|
Reference in New Issue
Block a user