pthom / hello_imgui

Hello, Dear ImGui: unleash your creativity in app development and prototyping
https://pthom.github.io/hello_imgui
MIT License
604 stars 91 forks source link

Fixed a bug with the google closure compiler failing when trying to c… #102

Closed abinash18 closed 3 months ago

abinash18 commented 3 months ago

…ompile this code. It failed due to scale not being defined in the JS context. Here I have added the var keyword to define it localy. #101

pthom commented 3 months ago

Perfect, thanks @abinash18