Skip to content

Commit

Permalink
Modify comment
Browse files Browse the repository at this point in the history
  • Loading branch information
royfalk committed Oct 28, 2024
1 parent a0669d5 commit ceb77de
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion engine/src/resource/product.h
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ class Product
// TODO: Can be a fraction for things such as fuel, water, etc. But not for now.
Resource<int> quantity;

// TODO: move to int, x100 and add code to deal with cents.
// TODO: move to int and not deal with cents.
double price; // Price per one of quantity

friend bool operator==(const Product &lhs, const std::string &rhs);
Expand Down

0 comments on commit ceb77de

Please sign in to comment.