Skip to content
New issue

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

floor render #7

Open
BrunoSan123 opened this issue Mar 2, 2020 · 3 comments
Open

floor render #7

BrunoSan123 opened this issue Mar 2, 2020 · 3 comments

Comments

@BrunoSan123
Copy link

Hello, i,m having troubles when i start to compile the floor, the wall just stay black, what i do?

@BrunoSan123
Copy link
Author

nevermind, i found the aswer, was a logic problem, in some condition i'm forgot 2 variables.

@JonSTGaming
Copy link

what was the error, because i am getting the same one

@rafa-net
Copy link

In my case I had the condition (y < nCeiling), which made the walls invisible. Changing it to (y <= nCeiling) seems to solve it, although I'm yet to understand why,because I'm a noob xD

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants