- Home /
error when putting gvrmain camera in project
the error says
entry->m_rect.width ==width
what do you think is the problem
Comment
Best Answer
Answer by Ginxx009 · Oct 10, 2016 at 09:48 AM
By just removing the water i had then the problem was gone . Thank you for the answer Mr. @doublemax ,I already got the solution @doublemax what i did was delete the water i have in my terrain.
My speculation is that it affects my camera view .
Answer by doublemax · Oct 10, 2016 at 09:30 AM
"==" is used for comparisons. For assignments use "=".
entry->m_rect.width = width;
Your answer

Follow this Question
Related Questions
Can my pc make a realistic 3D game like rust? 1 Answer
Can't figure class property 0 Answers
My game is working not in android build as it works in the editor 0 Answers
Combat begins when colliding with the enemy 1 Answer
Unity5 Enlighten Shadows 1 Answer