data/shaders: Change fixed to draw

This commit is contained in:
Michael Fabian 'Xaymar' Dirks 2019-08-07 18:10:54 +02:00
parent c670ab60a1
commit aff4b221ba
1 changed files with 1 additions and 1 deletions

View File

@ -68,7 +68,7 @@ float4 PS_Fixed(FragData v_in) : TARGET {
return p_my_val; return p_my_val;
} }
technique Fixed technique Draw
{ {
pass pass
{ {