NeoSpark314 / godot_oculus_quest_toolkit

An easy to use VR toolkit for Oculus Quest development using the Godot game engine
MIT License
372 stars 39 forks source link

Type mismatch in OQ_UI2DLabel.gd #31

Closed knochenhans closed 4 years ago

knochenhans commented 4 years ago

Hi, when running the demo scene in Godot 3.2.2 beta 3, the debugger complained about this line with a mismatch between CenterContainer and ColorRect. Weird this didn’t came up when running the demo in Godot 3.2.1 before.

NeoSpark314 commented 4 years ago

Ups; thank you for reporting this! I will fix it in a moment. It's indeed strange that this error does not pop up every time (I can run the demo fine...).