]> git.xonotic.org Git - xonotic/netradiant.git/commit
Merge branch 'nobigfirst' into 'master'
authorTimePath <andrew.hardaker1995@gmail.com>
Fri, 7 Oct 2016 13:57:13 +0000 (13:57 +0000)
committerTimePath <andrew.hardaker1995@gmail.com>
Fri, 7 Oct 2016 13:57:13 +0000 (13:57 +0000)
commit766c4da7e04f7fcd4d4d402920c9605bfaa3f94f
tree2c0ec4ab1cf39ef30284671d8a18481888e3712f
parentc6ffb73b4891ff232ef30fd172a4c4593f514fa5
parentb062569fee159545c517c66adc5c8a341a68217c
Merge branch 'nobigfirst' into 'master'

revert "allocate bigger first"

partial revert of d4fa608 ([L2313](https://gitlab.com/xonotic/netradiant/commit/8bc246a01343d9c9dd3a8b678681710cf04a2953#416ec0c19ddc04c6485e9853a0c8a125f98dca13_2295_2313))
see #54 ([13326399](https://gitlab.com/xonotic/netradiant/issues/54#note_13326399))

"allocate bigger first" change was meant to save allocation time keeping same lightmap file size, actually wastes both time and size

See merge request !32