mirror of
https://github.com/open-goal/jak-project
synced 2026-07-07 14:13:45 -04:00
[graphics] tfrag3 renderer (#978)
* begin work * work * working objs * exporting * it works * before some time of day fixes * add time of day interp and also fix zbuffer * some small blending fixes * improve randomess * clean up extraction and missing blend mode * culling, time of day, more level fixes * more cleanup * cleanup memory usage * windows fix
This commit is contained in:
@@ -38,8 +38,7 @@ void FormRegressionTest::TestData::add_string_at_label(const std::string& label_
|
||||
|
||||
// add string type tag:
|
||||
LinkedWord type_tag(0);
|
||||
type_tag.kind = LinkedWord::Kind::TYPE_PTR;
|
||||
type_tag.symbol_name = "string";
|
||||
type_tag.set_to_symbol(decompiler::LinkedWord::TYPE_PTR, "string");
|
||||
file.words_by_seg.at(1).push_back(type_tag);
|
||||
int string_start = 4 * int(file.words_by_seg.at(1).size());
|
||||
|
||||
|
||||
Reference in New Issue
Block a user