We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
moai-dev/src/moai-core/MOAILuaRuntime.cpp
Line 829 in b01816f
This above line I did fix changing to call: return this->mState.IsValid(); because is the same logic.
return this->mState.IsValid();
moai-dev/src/moai-sim/MOAIFrameBuffer.cpp
Line 63 in b01816f
This above line I did fix changing for the code below. I didn't know if it is correct but it works:
MOAILuaSharedPtr< int > empty; self->mGrabNextFrame = self->mFrameImage != empty;
moai-dev/cmake/cmake/third-party/sdl2/CMakeLists.txt
Line 5 in b01816f
The SDL2 third-party is using version 2.0.4 but there is 2.0.9 in submodules folder only. Changed to 2.0.9 line 5 and line 11 works.
2.0.4
2.0.9
moai-dev/src/zl-gfx/ZLGfxDevice.cpp
Line 127 in b01816f
This variable majorVersion is not declared in the class. I changed to sMajorVersion.
majorVersion
sMajorVersion
I didn't make a pull request because I don't know if these changes are correct.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
moai-dev/src/moai-core/MOAILuaRuntime.cpp
Line 829 in b01816f
This above line I did fix changing to call:
return this->mState.IsValid();
because is the same logic.moai-dev/src/moai-sim/MOAIFrameBuffer.cpp
Line 63 in b01816f
This above line I did fix changing for the code below. I didn't know if it is correct but it works:
moai-dev/cmake/cmake/third-party/sdl2/CMakeLists.txt
Line 5 in b01816f
The SDL2 third-party is using version
2.0.4
but there is2.0.9
in submodules folder only. Changed to2.0.9
line 5 and line 11 works.moai-dev/src/zl-gfx/ZLGfxDevice.cpp
Line 127 in b01816f
This variable
majorVersion
is not declared in the class. I changed tosMajorVersion
.I didn't make a pull request because I don't know if these changes are correct.
The text was updated successfully, but these errors were encountered: