pthom / hello_imgui

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

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

Closed abinash18 closed 8 months ago

abinash18 commented 8 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 8 months ago

Perfect, thanks @abinash18