OpenNaja / cobra-tools

A suite of GUI tools for extracting and modifying OVL and OVS archives, as well as editing the associated in-house file formats. Also includes a model plugin for Blender. For downloads, guides, and FAQs visit:
https://opennaja.github.io/cobra-tools/
GNU General Public License v3.0
98 stars 28 forks source link

FGM editor fixes #219

Closed hexabits closed 2 years ago

hexabits commented 2 years ago
hexabits commented 2 years ago

This is currently changing float values for RGB colors slightly on open/save. The change is extremely slight, but I'm still looking into how to keep them identical on open/save.

Edit: Actually I guess it's impossible without refactoring as before they were just a direct float with no RGB conversion.