quanticc / lawena-recording-tool

Simple movie recording tool for Source Engine games
http://lawena.github.io/
GNU General Public License v3.0
80 stars 16 forks source link

Framerate value not being saved to settings #49

Closed dubbled closed 9 years ago

dubbled commented 9 years ago

On the settings tab of the current tool, the FPS menu allows the user to enter custom framerates, but that selection does not carry over into recording.cfg and instead results to the default of 120 fps. The menu should be able to suggest framerates, but also allow the user to choose their own.

I am not too familiar with Java but I will attempt to solve this issue. I am also unsure if the menuelement itself will allow custom entries to be returned, if not, it is possible to change the menu to a simple text entry box.

quanticc commented 9 years ago

Thanks for reporting and also finding the solution. The root cause was fixed in linked commit so there's no need to execute the #50 PR.